mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-05 13:59:33 +00:00
- Remove focus change on search list
- Update to last version of SDK
This commit is contained in:
parent
5437f49048
commit
15e433308e
2 changed files with 4 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 89498780719d40c60c60aa0f6eb3b5ab4c047c9e
|
||||
Subproject commit 5ab4ceb1dee6e0670b3385c10ecd9a8575b5529e
|
||||
|
|
@ -36,7 +36,7 @@ Item {
|
|||
if (!_isOpen) {
|
||||
return
|
||||
}
|
||||
|
||||
searchBox.state = ''
|
||||
_isOpen = false
|
||||
}
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ Item {
|
|||
if (_isOpen) {
|
||||
return
|
||||
}
|
||||
|
||||
searchBox.state = 'opened'
|
||||
_isOpen = true
|
||||
}
|
||||
|
||||
|
|
@ -80,8 +80,7 @@ Item {
|
|||
|
||||
searchBox.menuRequested()
|
||||
searchBox.openMenu()
|
||||
}else if( !activeFocus)
|
||||
searchBox.closeMenu()
|
||||
}
|
||||
}
|
||||
|
||||
onTextChanged: _filter(text)
|
||||
|
|
@ -132,7 +131,6 @@ Item {
|
|||
|
||||
states: State {
|
||||
name: 'opened'
|
||||
when: _isOpen
|
||||
}
|
||||
|
||||
transitions: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue