Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/kandid.py
diff options
context:
space:
mode:
authorThomas Jourdan <b.vehikel@googlemail.com>2010-01-16 16:22:29 (GMT)
committer Thomas Jourdan <b.vehikel@googlemail.com>2010-01-16 16:22:29 (GMT)
commit1d10c2702839f42a1bd2846ec4d44bb8b1e4326c (patch)
treea64d2a4c4cf0ea41cb71fa5dc53f0bd4d5fb1466 /kandid.py
parent8d8009ea73b77fc37c165462b21a342fb3614416 (diff)
Trying to optimize draw events
Diffstat (limited to 'kandid.py')
-rw-r--r--kandid.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/kandid.py b/kandid.py
index 4ae909d..b677189 100644
--- a/kandid.py
+++ b/kandid.py
@@ -63,8 +63,9 @@ class KandidApplication(object):
# Display everything
self._window.set_default_size(1200, 800)
- self._window.show()
+#!! self._window.show()
self._controller.autoconnect_events()
+ self._window.show_all()
self._controller.start_all_calculations()
def main(self):