Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop camera tracking when moving the view #14

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mmouchous-ledger
Copy link
Member

This pull request resolves issue #13 to stop tracking when the view is manually changed (right click)
It also changes the zoom toolbar association to a viewer instead of laserstudio

@mmouchous-ledger mmouchous-ledger linked an issue Aug 20, 2024 that may be closed by this pull request
@mmouchous-ledger mmouchous-ledger self-assigned this Aug 20, 2024
@@ -52,6 +52,8 @@ class Mode(int, Enum):
mode_changed = pyqtSignal(int)
# Signal emitted when the mouse has moved in scene
mouse_moved = pyqtSignal(float, float)
# Signal emitted when the follow stage sight option changed
followStageSightChanged = pyqtSignal(bool)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would name it follow_stage_sight_changed to respect PEP8 (and to be coherent with precedent names)

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.

Moving the view should disable camera tracking
2 participants