mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 15:58:36 +02:00
[ui] do nothing when double clicking attribute
This commit is contained in:
parent
8abe45da51
commit
400c68a40a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue