mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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
|
// Make NodeEditor readOnly when computing
|
||||||
readOnly: node ? node.locked : false
|
readOnly: node ? node.locked : false
|
||||||
|
|
||||||
onAttributeDoubleClicked: workspaceView.viewAttribute(attribute, mouse)
|
|
||||||
onUpgradeRequest: {
|
onUpgradeRequest: {
|
||||||
var n = _reconstruction.upgradeNode(node);
|
var n = _reconstruction.upgradeNode(node);
|
||||||
_reconstruction.selectedNode = n;
|
_reconstruction.selectedNode = n;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue