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:
parent
200bcd7da6
commit
536015f1c2
@ -202,7 +202,10 @@ void CQuestLog::recreateLabelList()
|
||||
slider->moveToMax();
|
||||
}
|
||||
else
|
||||
{
|
||||
slider->block(true);
|
||||
slider->moveToMin();
|
||||
}
|
||||
}
|
||||
|
||||
void CQuestLog::showAll(SDL_Surface * to)
|
||||
|
Loading…
x
Reference in New Issue
Block a user