QmlDesigner: Fix RealSpinBoxInput

Fixes RealSpinBoxInput scroll behavior. Without this change the
RealSpinBox would block the ScrollView from getting mouse wheel events,
which means whenever the mouse is hovering over a RealSpinBox the
ScrollView can't be scrolled via the mouse wheel.

Change-Id: I4533e36700fc2652a9c246a0e30613c71258edaf
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2019-11-27 15:21:48 +01:00
committed by Henning Gründl
parent b2f5ed78e1
commit 2ebffd3eaf

View File

@@ -193,6 +193,7 @@ TextInput {
PropertyChanges { PropertyChanges {
target: mouseArea target: mouseArea
cursorShape: Qt.PointingHandCursor cursorShape: Qt.PointingHandCursor
enabled: false
} }
}, },
State { State {