mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 17:59:21 +00:00
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 {
|
||||
anchors.fill: parent
|
||||
}
|
||||
onVisibleChanged: if (!visible) mainItem.numPadPopup.close()
|
||||
contentItem: ColumnLayout {
|
||||
// anchors.fill: parent
|
||||
spacing: 10 * DefaultStyle.dp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue