-
Notifications
You must be signed in to change notification settings - Fork 287
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
Cross and other toolbar commands (brightness, move, rotate, ...) enabled simultaneously #771
Comments
Hey can I be assigned this issue? |
Ok I will work on this issue if that is fine? |
Ok I have started working on part of the issue and am working on the second part now. |
…on of issue invesalius#771 - Updated the ObjectToolBar class to disable toolbar buttons (zoom, rotate, move, etc.) when StartRegistration is active. - Passed an argument from StartRegistration to _EnableState to manage toolbar state based on registration activity. - Attempted to implement a warning message popup using the wx library to notify users that toolbar buttons are disabled when 'StartRegistration' is active, but was unable to get the popup to work even after many tries. This commit addresses part of issue invesalius#771 by disabling toolbar functionality during 'StartRegistration'. Further changes are needed to implement the warning message.
Hi, I have created a PR for a part of this issue that I was able to solve here: Partial-Disable toolbar functionalities during 'Start Registration' - 771 #826 . Please review it and please let me know if there are any issues with it; I will work again on it. Thank you for your time. Please Note! The PR has made some formatting changes such as extra spaces and quote replacements. These were automatically applied and are not related to the functional changes. Please let me know if this harms the code in any way. |
If the Image "Start registration" button is enabled, it is possible to click and activate simultaneously the other toolbar buttons (brightness, move, rotate, etc..).
This behavior is not desired and should be such that:
When the Image "Start registration" is active, the other buttons are disabled until the registration is finished. Users should be warned about that. This can cause confusion because it is easy to forget the "Start registration" enabled and it is very difficult to realize that the functionality of brightness, rotate, and pan, adjustments are not working because of that.
The text was updated successfully, but these errors were encountered: