diff options
-rw-r--r-- | gui/widgets/scrollcontainer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/widgets/scrollcontainer.cpp b/gui/widgets/scrollcontainer.cpp index 7fde9a6198..8b9341f575 100644 --- a/gui/widgets/scrollcontainer.cpp +++ b/gui/widgets/scrollcontainer.cpp @@ -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(); } |