From 31e528c070d14baf62dc1e8570075425a2efbb42 Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Wed, 22 Jun 2016 17:29:01 +0600 Subject: GUI: Make ScrollContainerWidget do full redraw --- gui/widgets/scrollcontainer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/widgets') 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; } } -- cgit v1.2.3