https://bugs.kde.org/show_bug.cgi?id=408950
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/qqc | |2-desktop-style/6103f249381 | |61350163b841a81f5ebf20a9527 | |df Status|CONFIRMED |RESOLVED --- Comment #2 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit 6103f24938161350163b841a81f5ebf20a9527df by Kai Uwe Broulik. Committed on 18/07/2019 at 15:29. Pushed by broulik into branch 'master'. [ComboBox] Set close policy to close on click outside instead of only outside parent Ensures clicking the ComboBox itself closes the popup as it does with widget QComboBox. While Qt documentation for Popup says that is the default, QQuickComboBox explicitly overwrites it to be CloseOnPressOutsideParent instead for whatever reason. For our usecase the CloseOnPressOutside behavior makes more sense. Differential Revision: https://phabricator.kde.org/D22509 M +1 -0 org.kde.desktop/ComboBox.qml https://commits.kde.org/qqc2-desktop-style/6103f24938161350163b841a81f5ebf20a9527df -- You are receiving this mail because: You are watching all bug changes.