summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorColin Noga <Tempus@Spectrum-Song.local>2011-11-30 20:02:23 -0600
committerColin Noga <Tempus@Spectrum-Song.local>2011-11-30 20:02:23 -0600
commitbd717ccde431369e25272404d0aff89ef6ffd530 (patch)
tree820d5b69e5d91816a2a6fc7cf6a60ffbaaf90125 /src
parenteda551e8f242695d49a24d797b186f767cdb11aa (diff)
downloadkoopatlas-bd717ccde431369e25272404d0aff89ef6ffd530.tar.gz
koopatlas-bd717ccde431369e25272404d0aff89ef6ffd530.zip
typo3
Diffstat (limited to 'src')
-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 09bc4a3..92bfda2 100644
--- a/src/editorui/editormain.py
+++ b/src/editorui/editormain.py
@@ -21,7 +21,7 @@ class KPMapScene(QtGui.QGraphicsScene):
self.ticker.setCurveShape(4)
self.ticker.setFrameRange(0,100000)
self.ticker.valueChanged.connect(self.thing)
- self.ticker.setUpdateInterval
+ self.ticker.setUpdateInterval(1)
def playPause(self):