diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-08-28 13:02:14 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-08-28 13:02:14 -0500 |
commit | fc9ba20ea4446049ebf68e1e9b9dfd77352cedd2 (patch) | |
tree | ade73af132c8d413ef5e93d97d55c0781787f4ed /src/editorui/editormain.py | |
parent | 03cd34aba4e4184142c025fe7cdcb9e4e0a5d7ab (diff) | |
download | koopatlas-fc9ba20ea4446049ebf68e1e9b9dfd77352cedd2.tar.gz koopatlas-fc9ba20ea4446049ebf68e1e9b9dfd77352cedd2.zip |
export batch fixed, checkbox for secret added
Diffstat (limited to '')
-rw-r--r-- | src/editorui/editormain.py | 1 |
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) |