[ui] do nothing when double clicking attribute

This commit is contained in:
Loïc Vital 2022-09-27 13:52:49 +02:00 committed by Fabien Castan
parent 8abe45da51
commit 400c68a40a

View file

@ -964,7 +964,6 @@ ApplicationWindow {
// Make NodeEditor readOnly when computing
readOnly: node ? node.locked : false
onAttributeDoubleClicked: workspaceView.viewAttribute(attribute, mouse)
onUpgradeRequest: {
var n = _reconstruction.upgradeNode(node);
_reconstruction.selectedNode = n;