fix #LINQT-1442 close num pad if parent not visible
This commit is contained in:
parent
9787e1fd37
commit
fa71583df9
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ FocusScope {
|
||||||
background: Item {
|
background: Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
|
onVisibleChanged: if (!visible) mainItem.numPadPopup.close()
|
||||||
contentItem: ColumnLayout {
|
contentItem: ColumnLayout {
|
||||||
// anchors.fill: parent
|
// anchors.fill: parent
|
||||||
spacing: 10 * DefaultStyle.dp
|
spacing: 10 * DefaultStyle.dp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue