MGR: Erase and refresh entire Tasks panel when changing selections to try to fix another instance of cosmetic bug reported by David on Windows

svn path=/trunk/boinc/; revision=16585
This commit is contained in:
Charlie Fenton 2008-11-28 09:25:29 +00:00
parent 7eb975be04
commit 12d73b5c3a
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -708,6 +708,7 @@ void CBOINCBaseView::PostUpdateSelection(){
wxASSERT(m_pTaskPane);
m_pTaskPane->UpdateControls();
Layout();
RefreshTaskPane();
}