-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the (Windows) crash in the suggestions menu (Fixes: #1980).
Now I use fixed wxWidgets IDs. Maybe the reserved IDs were (automatically?) unreserved??? Sometimes it worked first, but a second right mouse click in the same position caused the assert()? Not really elegant, but maybe thats the better solution. Maybe all IDs should be reserved with an enum{}? Many wxWidgets samples do the same (and do not use NewControlId()).
- Loading branch information
Showing
2 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters