QmlDesigner: Fix TopLevelComboBox hover

Change-Id: I3531e010d9a13b11d2b93d1aa8f019307919268d
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2023-01-27 14:50:54 +01:00
committed by Henning Gründl
parent c615f456df
commit a7a4cbfe25

View File

@@ -10,7 +10,8 @@ T.ComboBox {
property StudioTheme.ControlStyle style: StudioTheme.Values.controlStyle property StudioTheme.ControlStyle style: StudioTheme.Values.controlStyle
property bool hover: (comboBoxInput.hover || window.visible) && control.enabled property bool hover: (comboBoxInput.hover || window.visible || popupIndicator.hover)
&& control.enabled
property bool edit: false property bool edit: false
property bool open: window.visible property bool open: window.visible
property bool openUpwards: false property bool openUpwards: false