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

Tear-off menu: don't mask pos_hints #457

Merged
merged 1 commit into from
Mar 6, 2021
Merged

Tear-off menu: don't mask pos_hints #457

merged 1 commit into from
Mar 6, 2021

Conversation

ThomasAdam
Copy link
Member

When a submenu of a tearoff submenu (that's going to be tricky to read
in ~6 months time) has an action associated with it, the action would
only run when the pointer moved outside of the menu.

Don't store the position hints for such menus when executing an action.

Fixes #456

@ThomasAdam ThomasAdam self-assigned this Mar 6, 2021
When a submenu of a tearoff submenu (that's going to be tricky to read
in ~6 months time) has an action associated with it, the action would
only run when the pointer moved outside of the menu.

Don't store the position hints for such menus when executing an action.

Fixes #456
@ThomasAdam ThomasAdam added this to the 1.0.3 milestone Mar 6, 2021
@ThomasAdam ThomasAdam merged commit c1f6e44 into master Mar 6, 2021
@ThomasAdam ThomasAdam deleted the ta/gh-456 branch March 6, 2021 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Actions from a pinned menu are triggered by mouse move instead of mouse release
1 participant