aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/gui-manager.cpp2
-rw-r--r--gui/widgets/scrollcontainer.cpp1
2 files changed, 0 insertions, 3 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) {
diff --git a/gui/widgets/scrollcontainer.cpp b/gui/widgets/scrollcontainer.cpp
index 0f3c96dcb6..00eadff78d 100644
--- a/gui/widgets/scrollcontainer.cpp
+++ b/gui/widgets/scrollcontainer.cpp
@@ -102,7 +102,6 @@ void ScrollContainerWidget::handleCommand(CommandSender *sender, uint32 cmd, uin
case kSetPositionCmd:
_scrolledY = _verticalScroll->_currentPos;
reflowLayout();
- markAsDirty();
g_gui.doFullRedraw();
break;
}