1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-15 13:33:36 +02:00

Quest Log: move slider to start when blocked

Partially fixes problem mentioned in issue 2093
This commit is contained in:
ArseniyShestakov 2015-02-18 00:07:03 +03:00
parent 200bcd7da6
commit 536015f1c2

View File

@ -202,7 +202,10 @@ void CQuestLog::recreateLabelList()
slider->moveToMax();
}
else
{
slider->block(true);
slider->moveToMin();
}
}
void CQuestLog::showAll(SDL_Surface * to)