diff --git a/checkin_notes b/checkin_notes index 4d708e4ced..714c35650d 100644 --- a/checkin_notes +++ b/checkin_notes @@ -9694,3 +9694,10 @@ Rom 27 Nov 2008 clientgui/ BOINCGUIApp.cpp DlgExitMessage.cpp + +Charlie 28 Nov 2008 + - MGR: Erase and refresh entire Tasks panel when changing selections to try + to fix another instance of cosmetic bug reported by David on Windows. + + clientgui/ + BOINCBaseView.cpp diff --git a/clientgui/BOINCBaseView.cpp b/clientgui/BOINCBaseView.cpp index def5d0b067..44c3449468 100644 --- a/clientgui/BOINCBaseView.cpp +++ b/clientgui/BOINCBaseView.cpp @@ -708,6 +708,7 @@ void CBOINCBaseView::PostUpdateSelection(){ wxASSERT(m_pTaskPane); m_pTaskPane->UpdateControls(); Layout(); + RefreshTaskPane(); }