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

Fixed the menu selection that was letting garbage #566

Closed

Conversation

Micheus
Copy link
Collaborator

@Micheus Micheus commented Oct 24, 2023

This issue was introduced by the fix for another menu issue that was crashing Wings3D when closing a window with the context menu active (commit: #be68730)

The fix redraw the entire menu unselected before it be displayed. It was also needed to find for the window of the submenu item because it's not stored in the object property of menudata.
It was reported in this post

NOTE: Fixed the menu selection that was letting garbage. Thanks to sciroccorics

This issue was introduced by the fix for another menu issue that was crashing
Wings3D when closing a window with the context menu active (commit: #be68730)

The fix redraw the entire menu unselected before it be displayed. It was also
needed to find for the window of the submenu item because it's not stored in
the object property of menudata.

NOTE: Fixed the menu selection that was letting garbage. Thanks to sciroccorics
@Micheus Micheus closed this Nov 9, 2023
@Micheus Micheus deleted the mv/v2.3-fix-menu-selection-garbage branch November 9, 2023 16:45
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.

1 participant