summaryrefslogtreecommitdiff
path: root/src/editorui/editormain.py
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-08-28 13:02:14 -0500
committerColin Noga <Tempus@chronometry.ca>2012-08-28 13:02:14 -0500
commitfc9ba20ea4446049ebf68e1e9b9dfd77352cedd2 (patch)
treeade73af132c8d413ef5e93d97d55c0781787f4ed /src/editorui/editormain.py
parent03cd34aba4e4184142c025fe7cdcb9e4e0a5d7ab (diff)
downloadkoopatlas-fc9ba20ea4446049ebf68e1e9b9dfd77352cedd2.tar.gz
koopatlas-fc9ba20ea4446049ebf68e1e9b9dfd77352cedd2.zip
export batch fixed, checkbox for secret added
Diffstat (limited to '')
-rw-r--r--src/editorui/editormain.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/editorui/editormain.py b/src/editorui/editormain.py
index 1ff08ee..3ee593b 100644
--- a/src/editorui/editormain.py
+++ b/src/editorui/editormain.py
@@ -764,7 +764,6 @@ class KPEditorWidget(QtGui.QGraphicsView):
KP.mainWindow.handleSelectedLayerChanged(kLayer)
index = KP.map.refLayer(kLayer)
- print 'selecting row {0}'.format(index)
KP.mainWindow.layerList.selectLayer(index)
itemsUnder[0].setSelected(True)