We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f4505 commit 9bce99bCopy full SHA for 9bce99b
1 file changed
panels/dock/package/main.qml
@@ -25,6 +25,7 @@ Window {
25
// TODO
26
signal dockCenterPartPosChanged()
27
signal pressedAndDragging(bool isDragging)
28
+ signal viewDeactivated()
29
30
property int dockCenterPartCount: dockCenterPartModel.count
31
@@ -354,6 +355,7 @@ Window {
354
355
if (button === Qt.LeftButton) {
356
// try to close popup when clicked empty, because dock does not have focus.
357
Panel.requestClosePopup()
358
+ viewDeactivated()
359
}
360
361
0 commit comments