mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Fix ignored clicks on titlebar on Linux & Windows
This commit is contained in:
parent
53b7b961e9
commit
8e5d45f39f
@ -123,6 +123,15 @@ Window {
|
||||
border.width: root.borderWidth
|
||||
anchors.margins: root.shadowMargin
|
||||
}
|
||||
|
||||
//
|
||||
// Resize handler
|
||||
//
|
||||
ResizeHandles {
|
||||
window: root
|
||||
anchors.fill: parent
|
||||
handleSize: root.handleSize
|
||||
}
|
||||
|
||||
//
|
||||
// Titlebar control
|
||||
@ -185,13 +194,4 @@ Window {
|
||||
root.flags = root.customFlags
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Resize handler
|
||||
//
|
||||
ResizeHandles {
|
||||
window: root
|
||||
anchors.fill: parent
|
||||
handleSize: root.handleSize
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user