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:
Mahmoud Badri
2023-10-30 11:39:57 +02:00
parent 7d6cb2b400
commit 3a2927e200

View File

@@ -64,6 +64,8 @@ Item {
}
}
Component.onCompleted: HelperWidgets.Controller.mainScrollView = scrollView
HelperWidgets.ScrollView {
id: scrollView