GUI: Make ScrollContainerWidget do full redraw

This commit is contained in:
Alexander Tkachev 2016-06-22 17:29:01 +06:00 committed by Eugene Sandulenko
parent 425d963bd3
commit 31e528c070
3 changed files with 8 additions and 0 deletions

View file

@ -83,6 +83,7 @@ void ScrollContainerWidget::handleCommand(CommandSender *sender, uint32 cmd, uin
_scrolledY = _verticalScroll->_currentPos;
reflowLayout();
draw();
g_gui.doFullRedraw();
break;
}
}