Skip to content
Commit 6103f249 authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

[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.

BUG: 408950

Differential Revision: https://phabricator.kde.org/D22509
parent 8927e90a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment