Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolkitfix/graphics/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'toolkitfix/graphics/window.py')
-rw-r--r--toolkitfix/graphics/window.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkitfix/graphics/window.py b/toolkitfix/graphics/window.py
index 1004a78..7936183 100644
--- a/toolkitfix/graphics/window.py
+++ b/toolkitfix/graphics/window.py
@@ -108,11 +108,10 @@ class Window(gtk.Window):
| gtk.gdk.POINTER_MOTION_MASK)
self._event_box.connect('motion-notify-event', self.__motion_notify_cb)
- self.add(self._vbox)
- self._vbox.show()
self._overlayer = Overlayer(self._vbox)
self.add(self._overlayer)
+ self._vbox.show()
self._overlayer.show()
self._is_fullscreen = False