mirror of https://github.com/BOINC/boinc.git
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:
parent
a7d815e46e
commit
cb3911a53a
|
@ -520,6 +520,7 @@ void CViewProjectsGrid::UpdateSelection() {
|
||||||
// new selection. This hack works around that bug.
|
// new selection. This hack works around that bug.
|
||||||
if (n != lastCount) {
|
if (n != lastCount) {
|
||||||
m_bForceUpdateSelection = true;
|
m_bForceUpdateSelection = true;
|
||||||
|
lastCount = n;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!m_bForceUpdateSelection) {
|
if(!m_bForceUpdateSelection) {
|
||||||
|
|
Loading…
Reference in New Issue