forked from qt-creator/qt-creator
QmlDesigner: Prevent content lib scroll when context-menu is open
Fixes: QDS-8441 Change-Id: Idfc3400fac43668d14cd5ff85cb42d745ef97dfe Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
@@ -10,6 +10,7 @@ HelperWidgets.ScrollView {
|
||||
id: root
|
||||
|
||||
clip: true
|
||||
interactive: !ctxMenu.opened
|
||||
|
||||
readonly property int cellWidth: 100
|
||||
readonly property int cellHeight: 120
|
||||
|
@@ -10,6 +10,7 @@ HelperWidgets.ScrollView {
|
||||
id: root
|
||||
|
||||
clip: true
|
||||
interactive: !ctxMenu.opened
|
||||
|
||||
readonly property int cellWidth: 100
|
||||
readonly property int cellHeight: 100
|
||||
|
Reference in New Issue
Block a user