mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
fix dropdown closure behavior
This commit is contained in:
parent
46227bdad0
commit
131769f175
2 changed files with 2 additions and 0 deletions
|
@ -251,6 +251,7 @@ Item {
|
|||
QtQuickControls2.Popup {
|
||||
id: popup
|
||||
padding: 0
|
||||
closePolicy: QtQuickControls2.Popup.CloseOnEscape | QtQuickControls2.Popup.CloseOnPressOutsideParent
|
||||
|
||||
Rectangle {
|
||||
id: calendarRect
|
||||
|
|
|
@ -126,6 +126,7 @@ Item {
|
|||
Popup {
|
||||
id: popup
|
||||
padding: 0
|
||||
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
|
||||
|
||||
Rectangle {
|
||||
id: droplist
|
||||
|
|
Loading…
Reference in a new issue