Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Vital <mugulmotion@gmail.com>2022-09-27 14:52:49 +0300
committerFabien Castan <fabcastan@gmail.com>2022-10-19 11:50:16 +0300
commit400c68a40aa9e6ba482e60a1a860683edd5dc4e7 (patch)
tree8790f8224e42d7f6daab249994c07e922c24555f
parent8abe45da5106876e7f0877bac141bc7c71604bed (diff)
[ui] do nothing when double clicking attribute
-rwxr-xr-xmeshroom/ui/qml/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/meshroom/ui/qml/main.qml b/meshroom/ui/qml/main.qml
index 9820dee5..22550f80 100755
--- a/meshroom/ui/qml/main.qml
+++ b/meshroom/ui/qml/main.qml
@@ -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;