MGR: Work around long-standing cosmetic bug in SimpleGUI with newer versions of wxwidgets.

svn path=/trunk/boinc/; revision=14401
This commit is contained in:
Charlie Fenton 2007-12-19 00:31:05 +00:00
parent 20a87d0d37
commit 65e707e70d
1 changed files with 10 additions and 0 deletions

View File

@ -12328,3 +12328,13 @@ David 18 Dec 2007
show_user.php
lib/
gui_rpc_client.C
Charlie 18 Dec 07
- MGR: Work around long-standing cosmetic bug in SimpleGUI with
newer versions of wxwidgets. For unknown reasons, the size of
the ClientStateIndicator panel was reduced from (343,314) to
(336,300) before it is updated in CViewTabPage::DrawText().
This hack simply sets the size back to its original value.
clientgui/
sg_ViewTabPage.cpp