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

Allow view to keep rotating while other tools are used #389

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

Conversation

Carifio24
Copy link
Member

This PR resolves #334. I think the most straightforward way to do this is to have the rotation tool not be a CheckableTool, but instead just be a Tool which internally tracks whether it's currently rotating or not. We also got a request for this functionality recently.

Since this a frontend-agnostic tool, there isn't way to do something like update the icon without creating frontend-specific subclasses, which feels like overkill to me when the tooltip pretty clearly states the button function.

@Carifio24
Copy link
Member Author

Carifio24 commented Sep 5, 2024

It took me a bit to hunt this down, but after noticing that only the dev environments were failing, I'm pretty sure that glue-viz/glue#2512 is the cause of the CI failures (the relevant Windows CI run seems to have passed only because it generally looks kind of busted).

EDIT: The issue was actually glue-viz/glue-qt#23, which I resolved by also using dev glue-qt in the dev test environment.

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.

Make it possible to use other tools while recording
1 participant