From 65e707e70d21d05a7eddf33d1a6e6aefe913acf7 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 19 Dec 2007 00:31:05 +0000 Subject: [PATCH] MGR: Work around long-standing cosmetic bug in SimpleGUI with newer versions of wxwidgets. svn path=/trunk/boinc/; revision=14401 --- checkin_notes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/checkin_notes b/checkin_notes index 064af54ca7..ebfe47c13d 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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