mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Quest Log: move slider to start when blocked
Partially fixes problem mentioned in issue 2093
This commit is contained in:
@@ -202,7 +202,10 @@ void CQuestLog::recreateLabelList()
|
|||||||
slider->moveToMax();
|
slider->moveToMax();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
slider->block(true);
|
slider->block(true);
|
||||||
|
slider->moveToMin();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CQuestLog::showAll(SDL_Surface * to)
|
void CQuestLog::showAll(SDL_Surface * to)
|
||||||
|
Reference in New Issue
Block a user