From c795af84901f102ba6935379d1f14136051e1d83 Mon Sep 17 00:00:00 2001 From: Laserlicht <13953785+Laserlicht@users.noreply.github.com> Date: Sat, 27 Sep 2025 01:23:20 +0200 Subject: [PATCH] fix list in creature window --- client/widgets/ObjectLists.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/widgets/ObjectLists.cpp b/client/widgets/ObjectLists.cpp index 2db5022ca..e124ee32b 100644 --- a/client/widgets/ObjectLists.cpp +++ b/client/widgets/ObjectLists.cpp @@ -121,7 +121,8 @@ void CListBox::updatePositions() slider->scrollTo((int)first); moveChildForeground(slider.get()); } - redraw(); + parent->setRedrawParent(true); + parent->redraw(); } void CListBox::reset()