瀏覽代碼

fix list in creature window

Laserlicht 3 周之前
父節點
當前提交
c795af8490
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      client/widgets/ObjectLists.cpp

+ 2 - 1
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()