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:
Henning Gruendl
2023-06-12 12:58:27 +02:00
committed by Henning Gründl
parent cb8cc9e8a7
commit f22987eb1f

View File

@@ -17,6 +17,11 @@ Row {
root.backendValue.setEnumeration("Item", value) root.backendValue.setEnumeration("Item", value)
} }
Connections {
target: modelNodeBackend
function onSelectionChanged() { originPopup.close() }
}
ExtendedFunctionLogic { ExtendedFunctionLogic {
id: extFuncLogic id: extFuncLogic
backendValue: root.backendValue backendValue: root.backendValue