Partially fixes problem mentioned in issue 2093
@@ -202,7 +202,10 @@ void CQuestLog::recreateLabelList()
slider->moveToMax();
}
else
+ {
slider->block(true);
+ slider->moveToMin();
+ }
void CQuestLog::showAll(SDL_Surface * to)