[Scummvm-git-logs] scummvm master -> f79eceda1000f3ba5d5b9a94adbd600a8f2f9860
whiterandrek
whiterandrek at gmail.com
Sun Jul 29 21:54:43 CEST 2018
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:
f79eceda10 PINK: force cursor updating when entering to pda page
Commit: f79eceda1000f3ba5d5b9a94adbd600a8f2f9860
https://github.com/scummvm/scummvm/commit/f79eceda1000f3ba5d5b9a94adbd600a8f2f9860
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2018-07-29T22:54:05+03:00
Commit Message:
PINK: force cursor updating when entering to pda page
Changed paths:
engines/pink/pda_mgr.cpp
diff --git a/engines/pink/pda_mgr.cpp b/engines/pink/pda_mgr.cpp
index 7a151c0..55e96a9 100644
--- a/engines/pink/pda_mgr.cpp
+++ b/engines/pink/pda_mgr.cpp
@@ -113,6 +113,7 @@ void PDAMgr::goToPage(const Common::String &pageName) {
initPerilButtons();
_cursorMgr.setPage(_page);
+ onMouseMove(_game->getEventManager()->getMousePos());
}
void PDAMgr::onLeftButtonClick(Common::Point point) {
More information about the Scummvm-git-logs
mailing list