summaryrefslogtreecommitdiff
path: root/src/ui.py
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-01-01 14:43:12 -0600
committerColin Noga <Tempus@chronometry.ca>2012-01-01 14:43:12 -0600
commit041d6458b6f0040b78b28e4a8b1d2e7f7194b246 (patch)
treefea836cdbbf3015bae15c43aa66b98f0e34d734d /src/ui.py
parent4c15f9319aa3ba2831e6fc1729079e0fda159b6b (diff)
downloadkoopatlas-041d6458b6f0040b78b28e4a8b1d2e7f7194b246.tar.gz
koopatlas-041d6458b6f0040b78b28e4a8b1d2e7f7194b246.zip
partial saving fixes, path node widget populating
Diffstat (limited to 'src/ui.py')
-rw-r--r--src/ui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui.py b/src/ui.py
index 310e3b7..9a0744c 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -155,6 +155,9 @@ class KPPathNodeList(QtGui.QWidget):
layer = KPPathTileLayer(associate)
item = self.KPPathNodeItem(self.tree, layer, associate)
+ def loadLayer(self, layer):
+ item = self.KPPathNodeItem(self.tree, layer, layer.associate)
+
def removeLayer(self, associate):
trash = None