summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editorui/paths.py2
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)