mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
GUI: Remove _clippingArea from ScrollContainer
This commit is contained in:
parent
9bf2d65dd2
commit
34af71a8ef
@ -46,7 +46,6 @@ void ScrollContainerWidget::init() {
|
||||
_scrolledX = 0;
|
||||
_scrolledY = 0;
|
||||
_limitH = 140;
|
||||
_clippingArea = Common::Rect(0, 0, _w, _h);
|
||||
recalc();
|
||||
}
|
||||
|
||||
@ -89,7 +88,6 @@ void ScrollContainerWidget::handleCommand(CommandSender *sender, uint32 cmd, uin
|
||||
}
|
||||
|
||||
void ScrollContainerWidget::reflowLayout() {
|
||||
_clippingArea = Common::Rect(0, 0, _w, _h);
|
||||
recalc();
|
||||
Widget::reflowLayout();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user