Unverified Commit 26d3836f authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8987 from DonLakeFlyer/DrawerClose

Fly: Fix Drawer closePolicy/interactive
parents 0c6b6556 6b1d7be2
...@@ -333,7 +333,6 @@ ApplicationWindow { ...@@ -333,7 +333,6 @@ ApplicationWindow {
edge: Qt.LeftEdge edge: Qt.LeftEdge
interactive: true interactive: true
dragMargin: 0 dragMargin: 0
closePolicy: Drawer.NoAutoClose
visible: false visible: false
property var _mainWindow: mainWindow property var _mainWindow: mainWindow
...@@ -482,6 +481,8 @@ ApplicationWindow { ...@@ -482,6 +481,8 @@ ApplicationWindow {
height: mainWindow.height height: mainWindow.height
edge: Qt.LeftEdge edge: Qt.LeftEdge
dragMargin: 0 dragMargin: 0
closePolicy: Drawer.NoAutoClose
interactive: false
visible: false visible: false
property alias title: toolbarDrawerText.text property alias title: toolbarDrawerText.text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment