Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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: allow titlebar overlays to close when dragging pane #971

Merged
merged 3 commits into from
Jul 28, 2021

Conversation

tarkah
Copy link
Member

@tarkah tarkah commented Jul 27, 2021

Currently, if you have a widget that produces an overlay in the TitleBar and you try to drag that pane, the overlay won't close (due to the button press outside the overlay bounds not getting processed by the overlay) and will "hang" in place while the pane is dragged.

This fixes the pane_grid widget by allowing TitleBar content to process events when "dragging" the pane.

When a pane is being dragged, only the TitleBar will get to process events, not the pane body.

@hecrj hecrj added the bug Something isn't working label Jul 28, 2021
@hecrj hecrj added this to the 0.4.0 milestone Jul 28, 2021
Copy link
Member

@hecrj hecrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants