diff options
-rw-r--r-- | graphics/macgui/mactext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/macgui/mactext.cpp b/graphics/macgui/mactext.cpp index 2064681874..4042088761 100644 --- a/graphics/macgui/mactext.cpp +++ b/graphics/macgui/mactext.cpp @@ -43,7 +43,7 @@ MacText::MacText(Common::String s, MacWindowManager *wm, const Font *font, int f _font = font; _fgcolor = fgcolor; _bgcolor = bgcolor; - _maxWidth = maxWidth - 1; // This seems to be correct. TODO: More testing is required + _maxWidth = maxWidth; _textMaxWidth = 0; _textMaxHeight = 0; _surface = nullptr; |