From 2aef185e57f6c6c38670a5eea74f7889b3d56944 Mon Sep 17 00:00:00 2001 From: Simon Poirier Date: Mon, 05 Oct 2009 02:18:19 +0000 Subject: fix overlay not being immediately initialized after window realization --- (limited to 'tutorius/creator.py') 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 -- cgit v0.9.1