*** empty log message ***

svn path=/trunk/boinc/; revision=5923
This commit is contained in:
Rom Walton 2005-04-23 07:21:00 +00:00
parent 9a9711fda4
commit 4520ff8b65
2 changed files with 10 additions and 1 deletions

View File

@ -27581,3 +27581,12 @@ David 21 April 2005
client_types.h
cs_account.C
cs_scheduler.C
Rom 22 April 2005
- Post an update request instead of forcing one right as the user is changing
tabs, this increases preceived performance since the tab switches over
and the update happens around the same time as ones eyeballs move to the
part of the screen where they are expecting to see a change.
clientgui/
MainFrame.cpp

View File

@ -1369,7 +1369,7 @@ void CMainFrame::OnNotebookSelectionChanged(wxNotebookEvent& event) {
pView = wxDynamicCast(pwndNotebookPage, CBOINCBaseView);
wxASSERT(NULL != pView);
pView->FireOnListRender(timerEvent);
FireRefreshView();
}
event.Skip();