Qt-Advanced-Docking-System icon indicating copy to clipboard operation
Qt-Advanced-Docking-System copied to clipboard

Fixed: the focusable CDockWidget would lose focus when another QWindow containing a CDockManager that contains a focusable CDockWidget gains focus

Open Wing-summer opened this issue 1 year ago • 0 comments

This bug occurs when one application contains more than one CDockManager. Bug fix as the title says, the demo image as follows:

note the TAB COLOR CHANGE (the focused tab have top and right boder with light blue color)

before:

https://github.com/user-attachments/assets/5f9cdb31-be3d-4852-a54f-036edd4bb579

after:

https://github.com/user-attachments/assets/e523b7f2-b492-416e-a45c-366c6e00d306

Wing-summer avatar Sep 16 '24 09:09 Wing-summer