Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
iMSTK
iMSTK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 12
    • Merge Requests 12
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • iMSTK
  • iMSTKiMSTK
  • Issues
  • #111

Closed
Open
Opened Jan 03, 2017 by Hina Shah@hinaDeveloper

Fix rendered window termination (from CameraNavigationV2 branch)

Add the changes from 8ff3266c

When running simulations from Camera Navigation App, one of the desired behaviors was to close just the simulation window (and not the whole app) on pressing Esc. Esc's key handler calls imstk::Viewer::endRenderingLoop() which in turn calls the vtkRenderWindowInteractor::TerminateApp(). This did not close the simulation window, but instead closes the complete app on pressing Esc twice. Adding vtkRenderWindow::Finalize() fixes the behavior and closes just the simulation window and not the whole app.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: iMSTK/iMSTK#111