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