Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/creator.py
diff options
context:
space:
mode:
authorSimon Poirier <simpoir@Eridani.(none)>2009-10-05 02:18:19 (GMT)
committer Simon Poirier <simpoir@Eridani.(none)>2009-10-05 02:18:19 (GMT)
commit2aef185e57f6c6c38670a5eea74f7889b3d56944 (patch)
tree52f772d13ac4ff3e7429da8257be6b575b63bace /tutorius/creator.py
parent09b2ea3369df967309f030f9196c2f9861bc1b2c (diff)
fix overlay not being immediately initialized after window realization
Diffstat (limited to 'tutorius/creator.py')
-rw-r--r--tutorius/creator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorius/creator.py b/tutorius/creator.py
index 7455ecb..513e312 100644
--- a/tutorius/creator.py
+++ b/tutorius/creator.py
@@ -67,6 +67,7 @@ class Creator(object):
self._activity._overlayer.put(self._state_bubble,
self._width/2-self._state_bubble.allocation.width/2, 0)
+ self._state_bubble.show()
dlg_width = 300
dlg_height = 70