mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Implemented Scrollable class, to server as common base for such classes
This commit is contained in:
@ -113,7 +113,7 @@ void CListBox::updatePositions()
|
||||
{
|
||||
redraw();
|
||||
if (slider)
|
||||
slider->moveTo((int)first);
|
||||
slider->scrollTo((int)first);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user