summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
-rw-r--r--src/ui/tool/path-manipulator.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index 1d4bb3999..86f497ba7 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -1392,9 +1392,12 @@ void PathManipulator::_createGeometryFromControlPoints(bool alert_LPE)
}
}
}
- if (_live_outline)
+ if (_live_outline) {
_updateOutline();
- _setGeometry();
+ }
+ if (_live_objects) {
+ _setGeometry();
+ }
}
/** Build one segment of the geometric representation.