Skip to content

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

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

Merged
merged 4 commits into from
May 14, 2025

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.

@Carifio24 Carifio24 requested a review from astrofrog September 9, 2024 22:43
@astrofrog
Copy link
Member

Sorry for dropping the ball on this, could you rebase to pick up the latest CI?

@Carifio24
Copy link
Member Author

@astrofrog Just rebased

@astrofrog astrofrog merged commit 1178faf into glue-viz:main May 14, 2025
25 checks passed
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
2 participants