From adf59e56fabd60c89ef26862df64c42ddbed7fc5 Mon Sep 17 00:00:00 2001 From: Yann Lanthony Date: Thu, 5 Apr 2018 15:32:30 +0200 Subject: [PATCH] [ui] GraphEditor: fix typo --- meshroom/ui/qml/GraphEditor/GraphEditor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/ui/qml/GraphEditor/GraphEditor.qml b/meshroom/ui/qml/GraphEditor/GraphEditor.qml index 716d230c..2aa9a08d 100755 --- a/meshroom/ui/qml/GraphEditor/GraphEditor.qml +++ b/meshroom/ui/qml/GraphEditor/GraphEditor.qml @@ -316,7 +316,7 @@ Item { // Fit graph to fill root function fit() { // compute bounding box - var bbox = boudingBox() + var bbox = boundingBox() // rescale draggable.scale = Math.min(root.width/bbox.width, root.height/bbox.height) // recenter