mirror of https://github.com/BOINC/boinc.git
MGR: Small efficiency improvement in Simple View,
This commit is contained in:
parent
2dea4866c8
commit
9608ab1645
|
@ -417,7 +417,9 @@ numSlides = 0;
|
||||||
|
|
||||||
if (!m_bHasBeenDrawn) {
|
if (!m_bHasBeenDrawn) {
|
||||||
m_bHasBeenDrawn = true;
|
m_bHasBeenDrawn = true;
|
||||||
SetDescriptionText();
|
if (numSlides <= 0) {
|
||||||
|
SetDescriptionText();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue