forked from qt-creator/qt-creator
QmlDesigner.propertyEditor: hide ExpressionEdit if selection changes
See: BAUHAUS-648
This commit is contained in:
@@ -9,7 +9,12 @@ QWidget {
|
||||
height: 40
|
||||
property bool active: false
|
||||
property variant backendValue;
|
||||
|
||||
|
||||
property bool selectionFlag: selectionChanged
|
||||
|
||||
onSelectionFlagChanged: {
|
||||
expressionEdit.active = false;
|
||||
}
|
||||
|
||||
onActiveChanged: {
|
||||
if (active) {
|
||||
|
||||
Reference in New Issue
Block a user