[Scummvm-git-logs] scummvm master -> 1f48c98b7b00522934b6a94fd9d6de80da43de3e
djsrv
dservilla at gmail.com
Fri Jul 24 18:37:09 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1f48c98b7b GRAPHICS: MACGUI: Refesh WM on set window visible
Commit: 1f48c98b7b00522934b6a94fd9d6de80da43de3e
https://github.com/scummvm/scummvm/commit/1f48c98b7b00522934b6a94fd9d6de80da43de3e
Author: djsrv (dservilla at gmail.com)
Date: 2020-07-24T14:32:54-04:00
Commit Message:
GRAPHICS: MACGUI: Refesh WM on set window visible
Changed paths:
graphics/macgui/macwindow.cpp
diff --git a/graphics/macgui/macwindow.cpp b/graphics/macgui/macwindow.cpp
index 0a72780eb0..f80459435e 100644
--- a/graphics/macgui/macwindow.cpp
+++ b/graphics/macgui/macwindow.cpp
@@ -43,7 +43,7 @@ BaseMacWindow::BaseMacWindow(int id, bool editable, MacWindowManager *wm) :
_visible = true;
}
-void BaseMacWindow::setVisible(bool visible, bool silent) { _visible = visible; }
+void BaseMacWindow::setVisible(bool visible, bool silent) { _visible = visible; _wm->setFullRefresh(true); }
bool BaseMacWindow::isVisible() { return _visible; }
More information about the Scummvm-git-logs
mailing list