mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
feat(ui/modules/Common/SearchBox): remove useless code
This commit is contained in:
parent
5ec245fd49
commit
97991f9b5b
1 changed files with 1 additions and 4 deletions
|
|
@ -95,6 +95,7 @@ Item {
|
|||
desktopPopup.popupY = window.y + point.y
|
||||
}
|
||||
|
||||
// The menu is always below the search field.
|
||||
this.connect(window, 'heightChanged', handleCoords)
|
||||
this.connect(window, 'widthChanged', handleCoords)
|
||||
this.connect(window, 'xChanged', handleCoords)
|
||||
|
|
@ -112,10 +113,6 @@ Item {
|
|||
DesktopPopup {
|
||||
id: desktopPopup
|
||||
|
||||
// The menu is always below the search field.
|
||||
popupX: 0
|
||||
popupY: 0
|
||||
|
||||
requestActivate: true
|
||||
|
||||
onVisibleChanged: !visible && searchBox.hideMenu()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue