mirror of https://github.com/BOINC/boinc.git
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:
parent
7eb975be04
commit
12d73b5c3a
|
@ -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
|
||||
|
|
|
@ -708,6 +708,7 @@ void CBOINCBaseView::PostUpdateSelection(){
|
|||
wxASSERT(m_pTaskPane);
|
||||
m_pTaskPane->UpdateControls();
|
||||
Layout();
|
||||
RefreshTaskPane();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue