diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-05-18 22:56:19 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-05-18 22:56:19 -0500 |
commit | 197fca6d7d16fa849c6e8e214008108a26ac4c7c (patch) | |
tree | 2499a5c2a8478c873f6cb50cd9cd2a7fa2d696af /src/ui.py | |
parent | 06c6ea9b11837d32b47dfe2807e3fc83eb80c9a4 (diff) | |
download | koopatlas-197fca6d7d16fa849c6e8e214008108a26ac4c7c.tar.gz koopatlas-197fca6d7d16fa849c6e8e214008108a26ac4c7c.zip |
Added a screensize overlay
Diffstat (limited to 'src/ui.py')
-rw-r--r-- | src/ui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1111,6 +1111,7 @@ class KPMainWindow(QtGui.QMainWindow): self.scene = KPMapScene() self.editor.assignNewScene(self.scene) + self.anmPopulate() self.updateTitlebar() def updateTitlebar(self): |