Merge pull request #2625

131769f fix dropdown closure behavior (tobtoht)
This commit is contained in:
luigi1111 2019-12-19 19:43:32 -05:00
commit 4aac66a024
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
2 changed files with 2 additions and 0 deletions

View File

@ -251,6 +251,7 @@ Item {
QtQuickControls2.Popup {
id: popup
padding: 0
closePolicy: QtQuickControls2.Popup.CloseOnEscape | QtQuickControls2.Popup.CloseOnPressOutsideParent
Rectangle {
id: calendarRect

View File

@ -126,6 +126,7 @@ Item {
Popup {
id: popup
padding: 0
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
Rectangle {
id: droplist