aboutsummaryrefslogtreecommitdiff
path: root/gui/widgets
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-22 17:29:01 +0600
committerEugene Sandulenko2016-07-03 12:17:43 +0200
commit31e528c070d14baf62dc1e8570075425a2efbb42 (patch)
tree16a2bfb93fc0ac9f2d72e806489ae179f1f85117 /gui/widgets
parent425d963bd3c927e529efdfed817960dec8de4552 (diff)
downloadscummvm-rg350-31e528c070d14baf62dc1e8570075425a2efbb42.tar.gz
scummvm-rg350-31e528c070d14baf62dc1e8570075425a2efbb42.tar.bz2
scummvm-rg350-31e528c070d14baf62dc1e8570075425a2efbb42.zip
GUI: Make ScrollContainerWidget do full redraw
Diffstat (limited to 'gui/widgets')
-rw-r--r--gui/widgets/scrollcontainer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/widgets/scrollcontainer.cpp b/gui/widgets/scrollcontainer.cpp
index f2fb21302c..fffa451ad9 100644
--- a/gui/widgets/scrollcontainer.cpp
+++ b/gui/widgets/scrollcontainer.cpp
@@ -83,6 +83,7 @@ void ScrollContainerWidget::handleCommand(CommandSender *sender, uint32 cmd, uin
_scrolledY = _verticalScroll->_currentPos;
reflowLayout();
draw();
+ g_gui.doFullRedraw();
break;
}
}