mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 19:38:09 +00:00
Do a search when clicking on searchbox in order to get results on empty field.
This commit is contained in:
parent
e47c63679e
commit
ff3ff7fe4f
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ Item {
|
|||
}
|
||||
onActiveFocusChanged: {
|
||||
if (activeFocus && !_isOpen) {
|
||||
|
||||
_filter(text)
|
||||
searchBox.menuRequested()
|
||||
searchBox.openMenu()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue