diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-11-22 11:28:42 -0600 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-11-22 11:28:42 -0600 |
commit | 5a70b9a8d357a44fc245a95b76f8ab17aa03bc6e (patch) | |
tree | 063209ed989df8bb009388475595c1a91e2e2430 /src/editorui/editormain.py | |
parent | 4ddf1fc43e1c25e7b033cdebd0630e26f71ba81a (diff) | |
download | koopatlas-5a70b9a8d357a44fc245a95b76f8ab17aa03bc6e.tar.gz koopatlas-5a70b9a8d357a44fc245a95b76f8ab17aa03bc6e.zip |
path widget button thingy
Diffstat (limited to '')
-rw-r--r-- | src/editorui/editormain.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editorui/editormain.py b/src/editorui/editormain.py index 297ac34..8ffd034 100644 --- a/src/editorui/editormain.py +++ b/src/editorui/editormain.py @@ -307,8 +307,8 @@ class KPEditorWidget(QtGui.QGraphicsView): KP.map.pathLayer.paths.append(path) - pathitem = KPEditorPath(path) - self.scene().addItem(pathitem) + pathItem = KPEditorPath(path) + self.scene().addItem(pathItem) # Switch the selection to the recently drawn node, so you can keep on rolling. |