mfreiholz / Qt-Advanced-Docking-System

Advanced Docking System for Qt
Other
744 stars 746 forks source link

Fixes for macOS #34

Open kbaker opened 2 years ago

kbaker commented 2 years ago

Fixed an issue where dragging a floating dock container over the main window would make the floating dock container spontaneously go behind the main window. Fixed an issue where dragging a floating dock container or a floating drag preview would attempt to dock with other floating dock containers that were partially or fully obscured by the main window. Fixed some clazy warnings. Fixed some comments on the close of private structures.