-
Notifications
You must be signed in to change notification settings - Fork 43
Duplicate Quit buttons #130
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
Comments
@lutzhamel This EasyABC menu is MacOS specific. It does not exist on Linux or Windows. A Google search for "wxwidgets macos application menu quit" returned this AI generated information. Maybe it is relevant.
And a search for "wxwidgets macos duplicate quit" returns
I don't know if all this is correct, but it looks reasonable as a starting point for further research. |
In the EasyABC version I just installed on MacOS (1.3.8.7) there are two Quit buttons available:
Here is the problem, the Quit button under the File menu behaves correctly asking you if you want to save your file if your file has unsaved modifications in it. On the other hand, the Quit button under the EasyABC menu does not have this behavior and just quits the program without saving your work! This risks loosing all your work if you are not careful when shutting down your editor.
The text was updated successfully, but these errors were encountered: