diff options
-rw-r--r-- | src/editorui/paths.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editorui/paths.py b/src/editorui/paths.py index 43a1465..70c3b99 100644 --- a/src/editorui/paths.py +++ b/src/editorui/paths.py @@ -389,7 +389,7 @@ class KPEditorNode(KPEditorItem): if not nope: joinedPath = KPPath(start, end, pathOne) - KP.mainWindow.pathNodeList.addLayer(joinedPath) + KP.mainWindow.pathNodeList.addLayer(joinedPath, False) layer.paths.append(joinedPath) item = KPEditorPath(joinedPath) self.scene().addItem(item) |