Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix STOP not being cleared after loading or saving a file.
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.
- Loading branch information