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

Fixes for flatmenu.py Remove and DestroyItem #2219

Merged
merged 1 commit into from
Aug 6, 2022

Conversation

arjones6
Copy link
Contributor

@arjones6 arjones6 commented Aug 2, 2022

FlatMenu fix for passing ids to Remove and DestroyItem. This is necessary since GetId() now returns a wx.StandardID, so just checking against the int type no longer works. The Clear function passes ids using the GetId function, so that function was broken.

Also fixed some typos in Move and SetSize.

FlatMenu fix for passing ids to Remove and DestroyItem
@RobinD42 RobinD42 merged commit 503d42c into wxWidgets:master Aug 6, 2022
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.

None yet

2 participants