Work around a bug where Projects Grid View occasionally didn't update when a new selection is made

svn path=/trunk/boinc/; revision=15084
This commit is contained in:
Charlie Fenton 2008-04-23 00:43:18 +00:00
parent a7d815e46e
commit cb3911a53a
1 changed files with 1 additions and 0 deletions

View File

@ -520,6 +520,7 @@ void CViewProjectsGrid::UpdateSelection() {
// new selection. This hack works around that bug.
if (n != lastCount) {
m_bForceUpdateSelection = true;
lastCount = n;
}
if(!m_bForceUpdateSelection) {