aboutsummaryrefslogtreecommitdiff
path: root/gui/gui-manager.cpp
diff options
context:
space:
mode:
authorBastien Bouclet2018-01-06 15:54:02 +0100
committerBastien Bouclet2018-01-27 18:12:34 +0100
commitfc37918130d8539ee57be014108729e8aca6e3f8 (patch)
treea84414cc13134ee80144e8091408cc26ea359bb0 /gui/gui-manager.cpp
parent0496ede62f8b86e1885d594e3aa5320c96b708eb (diff)
downloadscummvm-rg350-fc37918130d8539ee57be014108729e8aca6e3f8.tar.gz
scummvm-rg350-fc37918130d8539ee57be014108729e8aca6e3f8.tar.bz2
scummvm-rg350-fc37918130d8539ee57be014108729e8aca6e3f8.zip
GUI: Remove explicit redraw when scrolling the ScrollContainer
The redraw is already handled by the GUI main loop
Diffstat (limited to 'gui/gui-manager.cpp')
-rw-r--r--gui/gui-manager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/gui-manager.cpp b/gui/gui-manager.cpp
index 4b91019372..08417c3b6e 100644
--- a/gui/gui-manager.cpp
+++ b/gui/gui-manager.cpp
@@ -592,8 +592,6 @@ void GuiManager::processEvent(const Common::Event &event, Dialog *const activeDi
void GuiManager::doFullRedraw() {
_redrawStatus = kRedrawFull;
- redraw();
- _system->updateScreen();
}
void GuiManager::giveFocusToDialog(Dialog *dialog) {