From e51b44d80c9c899ba035266d034aefc14a94bf5d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 1 Jan 2017 04:23:47 -0500 Subject: TITANIC: Fix display of MissiveOMat login welcome text --- engines/titanic/core/game_object.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/titanic/core/game_object.cpp b/engines/titanic/core/game_object.cpp index ab904370e7..b7cc688b61 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); -- cgit v1.2.3