summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-07-29 20:29:15 -0500
committerColin Noga <Tempus@chronometry.ca>2012-07-29 20:29:15 -0500
commit0240bb9e0b11b01998c515944f9b85cfeff94df3 (patch)
treee5432d6d56a53c00b20bd7796fdc63d37d2dccb1
parent9aae6f2aac200d11b9f1cc90d745ffe68b735e3a (diff)
downloadkoopatlas-0240bb9e0b11b01998c515944f9b85cfeff94df3.tar.gz
koopatlas-0240bb9e0b11b01998c515944f9b85cfeff94df3.zip
Minor paths fix
-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)