-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always set
response.hovered
to false when dragging another widget (#…
…3860) * Closes #3841⚠️ Breaking change! This defines `response.hovered()` to never be true if any other widget is being dragged. If you want to detect if a widget is being hovered while another widget is being dragged, use the new `response.contains_pointer` instead. This is necessaert for things like drag-and-drop targets. Overall, this removes special-casing of non-interactive widgets.
- Loading branch information
Showing
4 changed files
with
205 additions
and
115 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
Oops, something went wrong.