summaryrefslogtreecommitdiff
path: root/src/ui.py
diff options
context:
space:
mode:
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