Fix FloatingWindow::isInDragArea() returning false even with HTCAPTION
If the last clicked position is HTCAPTION then we're sure we're dragging. Problem with comparing the rect is that mouse events are async, and by the time we use the mouse event pos the window is already somewhere else. So just use HTCAPTION, which is 100% correct. Fixes #103
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
- Added Config::Flag_CloseOnlyCurrentTab
|
||||
- PySide6 support
|
||||
- Layout restorer now restores maximzied/minimized state too (#81)
|
||||
- Fixed dock indicators sometimes not appearing on Windows (#103)
|
||||
|
||||
* v1.2.1 (unreleased)
|
||||
- Support for resizing dock widgets when they are in overlay/popup mode (autohide/sidebar feature)
|
||||
|
||||
Reference in New Issue
Block a user