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

Fix selectable flag for the Resize window operation menu item #656

Merged
merged 1 commit into from Mar 7, 2022

Commits on Mar 7, 2022

  1. 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.
    topcat001 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    5c459a8 View commit details
    Browse the repository at this point in the history