Merge #33 with small fixes
This commit is contained in:
parent
b4dc191d4e
commit
39660bad23
2 changed files with 2 additions and 3 deletions
|
|
@ -277,7 +277,6 @@ PanelWithOverlay {
|
||||||
Component.onDestruction: {
|
Component.onDestruction: {
|
||||||
}
|
}
|
||||||
onVisibleChanged: {
|
onVisibleChanged: {
|
||||||
if (visible) {
|
if (!visible) panelClosed();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -84,7 +84,7 @@ Item {
|
||||||
|
|
||||||
AudioDeviceSelector {
|
AudioDeviceSelector {
|
||||||
id: ioSelector
|
id: ioSelector
|
||||||
onClosed: ioSelector.dismiss()
|
onPanelClosed: ioSelector.dismiss()
|
||||||
}
|
}
|
||||||
|
|
||||||
property bool containsMouse: false
|
property bool containsMouse: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue