forked from qt-creator/qt-creator
EffectMaker: Allow scrolling color editors
This also removes a warning when using the mouse wheel over the color editor. Fixes: QDS-11066 Change-Id: Ic32cb7d74c77ea29566a9f2f7f8dbd464d1ed6ab Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
@@ -64,6 +64,8 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Component.onCompleted: HelperWidgets.Controller.mainScrollView = scrollView
|
||||||
|
|
||||||
HelperWidgets.ScrollView {
|
HelperWidgets.ScrollView {
|
||||||
id: scrollView
|
id: scrollView
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user