From 779b762d86335e45e907357a463a18f31884f771 Mon Sep 17 00:00:00 2001 From: Gary Gibson Date: Fri, 12 Dec 2003 01:26:46 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2785 --- checkin_notes | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 40a2516a3b..36bb7d1d9d 100755 --- a/checkin_notes +++ b/checkin_notes @@ -8355,7 +8355,7 @@ Eric K. 12/11/2003 m4/sah_namespace.m4 m4/sah_header_stdcxx.m4 -David 11 Dec 1003 +David 11 Dec 2003 - Add element to config file and SCHED_CONFIG. Add db_host argument to DB_CONN::open() All server programs can now be run on different machine from MySQL @@ -8401,3 +8401,22 @@ David 11 Dec 1003 update_stats.C validate.C wu_check.C + +Gary 11 Dec 2003 + - changed the way tab windows are hidden/shown in windows gui, + to fix intermittent window repainting bug. + old: + + + + The trouble with this technique is that it does not + activate the window, so it will only work if the + window becomes active *before* the redraw takes place. + new: + + + + + client/win/ + wingui_mainwindow.cpp + \ No newline at end of file