diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-11-30 20:02:23 -0600 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-11-30 20:02:23 -0600 |
commit | bd717ccde431369e25272404d0aff89ef6ffd530 (patch) | |
tree | 820d5b69e5d91816a2a6fc7cf6a60ffbaaf90125 /src | |
parent | eda551e8f242695d49a24d797b186f767cdb11aa (diff) | |
download | koopatlas-bd717ccde431369e25272404d0aff89ef6ffd530.tar.gz koopatlas-bd717ccde431369e25272404d0aff89ef6ffd530.zip |
typo3
Diffstat (limited to 'src')
-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 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): |