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

Fix STOP not being cleared after loading or saving a file. #200

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

martinling
Copy link
Member

Splits the stop_operation() function. The stop_operation() function itself is now only called when the stop button is pressed. It does not reset the UI state to "re-arm" for the next operation.

That work is instead moved to a new rearm() function, which is scheduled to be run on the UI thread once the load/save or capture thread completes.

Splits the stop_operation() function. The stop_operation() function
itself is now only called when the stop button is pressed. It does
not reset the UI state to "re-arm" for the next operation.

That work is instead moved to a new rearm() function, which is scheduled
to be run on the UI thread once the load/save or capture thread
completes.
@martinling martinling requested a review from miek October 11, 2024 15:03
@miek miek merged commit 107657d into greatscottgadgets:main Oct 11, 2024
10 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.

2 participants