fix #LINQT-1442 close num pad if parent not visible

This commit is contained in:
Gaelle Braud 2024-11-25 09:07:23 +01:00
parent 9787e1fd37
commit fa71583df9

View file

@ -62,6 +62,7 @@ FocusScope {
background: Item {
anchors.fill: parent
}
onVisibleChanged: if (!visible) mainItem.numPadPopup.close()
contentItem: ColumnLayout {
// anchors.fill: parent
spacing: 10 * DefaultStyle.dp