Skip to content

fix: disable view interaction and add zoom buttons to layout toolbar#81

Open
patrickoleary wants to merge 1 commit intoKitware:masterfrom
patrickoleary:fix/view-interaction
Open

fix: disable view interaction and add zoom buttons to layout toolbar#81
patrickoleary wants to merge 1 commit intoKitware:masterfrom
patrickoleary:fix/view-interaction

Conversation

@patrickoleary
Copy link
Copy Markdown
Member

Disable view interaction, add zoom buttons to layout toolbar

Replace direct mouse-based view interaction with explicit zoom controls on the viewport layout toolbar.

  • Remove lock icon and space-key shortcut for toggling view lock
  • Disable pointer events and interaction on all view panels
  • Add zoom-in/zoom-out buttons (magnify icons) to viewport layout toolbar
  • Save/restore zoom level (camera ParallelScale) in state file
  • Add get_zoom/set_zoom/zoom_in/zoom_out to both ViewManagers
  • Add tooltips to all animation toolbar buttons"

Viewport Layout Toolbar

zoom

closes #80

…oolbar

- Remove lock icon and space-key shortcut for toggling view lock
- Disable pointer events and interaction on all view panels
- Add zoom-in/zoom-out buttons (magnify icons) to viewport layout toolbar
- Save/restore zoom level (camera ParallelScale) in state file
- Add get_zoom/set_zoom/zoom_in/zoom_out to both ViewManagers
- Add tooltips to all animation toolbar buttons"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable view interaction and add zoom-in/out

2 participants