1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-08 23:22:25 +02:00

fix list in creature window

This commit is contained in:
Laserlicht
2025-09-27 01:23:20 +02:00
parent 28ce6b3dba
commit c795af8490

View File

@@ -121,7 +121,8 @@ void CListBox::updatePositions()
slider->scrollTo((int)first);
moveChildForeground(slider.get());
}
redraw();
parent->setRedrawParent(true);
parent->redraw();
}
void CListBox::reset()