allow drawers to close on parent window focus lost
This commit is contained in:
parent
3c3fe368bc
commit
618fc22e80
2 changed files with 42 additions and 2 deletions
|
|
@ -12,6 +12,10 @@ StyledDrawer {
|
|||
|
||||
visible: Visibility.dashboard
|
||||
|
||||
onFocusedChanged: {
|
||||
Visibility.dashboard = focused;
|
||||
}
|
||||
|
||||
WrapperItem {
|
||||
margin: 32
|
||||
ColumnLayout {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue