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

Merge pull request #6177 from Laserlicht/fix2

fix list in creature window
This commit is contained in:
Ivan Savenko
2025-09-28 18:41:51 +03:00
committed by GitHub

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()