[ui] GraphEditor: fix typo

This commit is contained in:
Yann Lanthony 2018-04-05 15:32:30 +02:00
parent 185c32fe21
commit adf59e56fa

View file

@ -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