aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/menu/data/pressAndHold.qml
Commit message (Collapse)AuthorAgeFilesLines
* QQuickMenu: fix press-and-hold supportJ-P Nurmi2017-06-291-0/+73
Remove the OnReleaseOutside close policy, just use the defaults from QQuickPopup. This way menus won't get immediately closed on release, when opened from an onPressAndHold signal handler. Task-number: QTBUG-61608 Change-Id: Ifedd596aa0e71ac5f4211fa42e2ae499918df1b2 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>