[Scummvm-git-logs] scummvm master -> e51b44d80c9c899ba035266d034aefc14a94bf5d

dreammaster dreammaster at scummvm.org
Sun Jan 1 10:23:55 CET 2017


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:
e51b44d80c TITANIC: Fix display of MissiveOMat login welcome text


Commit: e51b44d80c9c899ba035266d034aefc14a94bf5d
    https://github.com/scummvm/scummvm/commit/e51b44d80c9c899ba035266d034aefc14a94bf5d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-01-01T04:23:47-05:00

Commit Message:
TITANIC: Fix display of MissiveOMat login welcome text

Changed paths:
    engines/titanic/core/game_object.cpp


diff --git a/engines/titanic/core/game_object.cpp b/engines/titanic/core/game_object.cpp
index ab90437..b7cc688 100644
--- a/engines/titanic/core/game_object.cpp
+++ b/engines/titanic/core/game_object.cpp
@@ -1085,6 +1085,7 @@ void CGameObject::setText(const CString &str, int border, int borderRight) {
 	_textBorder = border;
 	_textBorderRight = borderRight;
 
+	setTextBounds();
 	_text->setText(str);
 	CScreenManager *screenManager = getGameManager()->setScreenManager();
 	_text->scrollToTop(screenManager);





More information about the Scummvm-git-logs mailing list