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:
@@ -121,7 +121,8 @@ void CListBox::updatePositions()
|
|||||||
slider->scrollTo((int)first);
|
slider->scrollTo((int)first);
|
||||||
moveChildForeground(slider.get());
|
moveChildForeground(slider.get());
|
||||||
}
|
}
|
||||||
redraw();
|
parent->setRedrawParent(true);
|
||||||
|
parent->redraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CListBox::reset()
|
void CListBox::reset()
|
||||||
|
Reference in New Issue
Block a user