From 041d6458b6f0040b78b28e4a8b1d2e7f7194b246 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Sun, 1 Jan 2012 14:43:12 -0600 Subject: partial saving fixes, path node widget populating --- src/ui.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui.py') 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 -- cgit v1.2.3