summaryrefslogtreecommitdiff
path: root/src/editorui
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2011-12-30 04:28:58 -0600
committerColin Noga <Tempus@chronometry.ca>2011-12-30 04:28:58 -0600
commit43aa70b5a1e574a4e133a4bb9c50ab3ad9006139 (patch)
tree70ed58c155aa4fb63ab553f90c61099fc19d3d2d /src/editorui
parent5adfa5973564bec0638d661339240c1df61f41d5 (diff)
downloadkoopatlas-43aa70b5a1e574a4e133a4bb9c50ab3ad9006139.tar.gz
koopatlas-43aa70b5a1e574a4e133a4bb9c50ab3ad9006139.zip
cleaning up some loose ends
Diffstat (limited to 'src/editorui')
-rw-r--r--src/editorui/editormain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editorui/editormain.py b/src/editorui/editormain.py
index 6161e7d..32fd94b 100644
--- a/src/editorui/editormain.py
+++ b/src/editorui/editormain.py
@@ -64,7 +64,7 @@ class KPMapScene(QtGui.QGraphicsScene):
@QtCore.pyqtSlot(int)
- def viewportUpdateProxy(self, valueA = None, value = None):
+ def viewportUpdateProxy(self, value):
self.views()[0].viewport().update()