Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore selectable flag while painting a menu item.
In `menuitem_paint` when a function is not allowed such as Resize, the selectable flag is cleared. However it is never restored. Since the Resize menu item is being reused, it disables selecting Resize on all other windows. This commit re-enables the flag.
- Loading branch information