diff options
author | Colin Noga <Tempus@chronometry.ca> | 2011-12-30 04:28:58 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2011-12-30 04:28:58 -0600 |
commit | 43aa70b5a1e574a4e133a4bb9c50ab3ad9006139 (patch) | |
tree | 70ed58c155aa4fb63ab553f90c61099fc19d3d2d /src/editorui | |
parent | 5adfa5973564bec0638d661339240c1df61f41d5 (diff) | |
download | koopatlas-43aa70b5a1e574a4e133a4bb9c50ab3ad9006139.tar.gz koopatlas-43aa70b5a1e574a4e133a4bb9c50ab3ad9006139.zip |
cleaning up some loose ends
Diffstat (limited to '')
-rw-r--r-- | src/editorui/editormain.py | 2 |
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() |