mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 22:58:15 +00:00
feat(ui/modules/Common/Form/SearchBox): little fix
This commit is contained in:
parent
e78df3a161
commit
4dbfd7c689
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ Item {
|
|||
}
|
||||
|
||||
onActiveFocusChanged: {
|
||||
if (activeFocus) {
|
||||
if (activeFocus && !_isOpen) {
|
||||
searchBox.menuRequested()
|
||||
searchBox.showMenu()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ Item {
|
|||
}
|
||||
|
||||
onActiveFocusChanged: {
|
||||
if (activeFocus) {
|
||||
if (activeFocus && !_isOpen) {
|
||||
searchBox.menuRequested()
|
||||
searchBox.showMenu()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue