mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[Viewer] Viewer2D: Remove trailing whitespaces
This commit is contained in:
parent
15f963a9b5
commit
f4418f44c3
1 changed files with 4 additions and 4 deletions
|
@ -53,7 +53,7 @@ FocusScope {
|
||||||
active: true
|
active: true
|
||||||
source: "TestAliceVisionPlugin.qml"
|
source: "TestAliceVisionPlugin.qml"
|
||||||
}
|
}
|
||||||
|
|
||||||
readonly property bool aliceVisionPluginAvailable: aliceVisionPluginLoader.status === Component.Ready
|
readonly property bool aliceVisionPluginAvailable: aliceVisionPluginLoader.status === Component.Ready
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
|
@ -177,7 +177,7 @@ FocusScope {
|
||||||
|
|
||||||
function tryLoadNode(node) {
|
function tryLoadNode(node) {
|
||||||
useExternal = false;
|
useExternal = false;
|
||||||
|
|
||||||
// safety check
|
// safety check
|
||||||
if (!node) {
|
if (!node) {
|
||||||
return false;
|
return false;
|
||||||
|
@ -218,7 +218,7 @@ FocusScope {
|
||||||
}
|
}
|
||||||
if (_reconstruction && (!displayedNode || outputAttribute.name == "gallery")) {
|
if (_reconstruction && (!displayedNode || outputAttribute.name == "gallery")) {
|
||||||
return getViewpointPath(_reconstruction.selectedViewId);
|
return getViewpointPath(_reconstruction.selectedViewId);
|
||||||
}
|
}
|
||||||
return getFileAttributePath(displayedNode, outputAttribute.name, _reconstruction ? _reconstruction.selectedViewId : -1);
|
return getFileAttributePath(displayedNode, outputAttribute.name, _reconstruction ? _reconstruction.selectedViewId : -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1188,7 +1188,7 @@ FocusScope {
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
root.viewIn3D(
|
root.viewIn3D(
|
||||||
root.source,
|
root.source,
|
||||||
displayedNode.name + ":" + outputAttribute.name + " " + String(_reconstruction.selectedViewId)
|
displayedNode.name + ":" + outputAttribute.name + " " + String(_reconstruction.selectedViewId)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue