forked from qt-creator/qt-creator
QmlDesigner: Fix TopLevelComboBox hover
Change-Id: I3531e010d9a13b11d2b93d1aa8f019307919268d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
c615f456df
commit
a7a4cbfe25
@@ -10,7 +10,8 @@ T.ComboBox {
|
||||
|
||||
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 open: window.visible
|
||||
property bool openUpwards: false
|
||||
|
||||
Reference in New Issue
Block a user