Fix popups not being flickable by keyboard

This commit is contained in:
miruka
2021-02-28 17:05:43 -04:00
parent e45055f48c
commit e9af47e1c7
5 changed files with 14 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ HPopup {
popup.maximumPreferredHeight,
implicitHeaderHeight + implicitFooterHeight + contentHeight,
)
flickShortcuts.disableIfAnyPopupOrMenu: false
Keys.onReturnPressed: popup.keyboardAccept()
Keys.onEnterPressed: popup.keyboardAccept()