forked from qt-creator/qt-creator
QmlDesigner: Close origin popup on selection change
Task-number: QDS-10083 Change-Id: I9a5b47ac1851de1ed8121a2545bf19a2390584eb Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> (cherry picked from commit 6683ac7669f0f8f896b43abce84067e1ed11cb81)
This commit is contained in:
committed by
Henning Gründl
parent
cb8cc9e8a7
commit
f22987eb1f
@@ -17,6 +17,11 @@ Row {
|
||||
root.backendValue.setEnumeration("Item", value)
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: modelNodeBackend
|
||||
function onSelectionChanged() { originPopup.close() }
|
||||
}
|
||||
|
||||
ExtendedFunctionLogic {
|
||||
id: extFuncLogic
|
||||
backendValue: root.backendValue
|
||||
|
Reference in New Issue
Block a user