# HG changeset patch # User Goffi # Date 1304867343 -7200 # Node ID 1a990a88bff2979d103b7978b1c2d2e41f9ab7d6 # Parent 5fc5e6a7e5c3114cd04e02f6f24bf1e05c1bb7e6 wix: force updating of splitterWindow in ChatWindow (needed when Tarot game is launched) diff -r 5fc5e6a7e5c3 -r 1a990a88bff2 frontends/src/wix/chat.py --- a/frontends/src/wix/chat.py Fri May 06 15:42:26 2011 +0200 +++ b/frontends/src/wix/chat.py Sun May 08 17:09:03 2011 +0200 @@ -117,6 +117,7 @@ self.sizer.Prepend(self.tarot_panel, 0, flag=wx.EXPAND) self.sizer.Layout() self.Fit() + self.splitter.UpdateSize() def getGame(self, game_type): """Return class managing the game type"""