mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-01 14:21:41 +00:00
GRAPHICS: MACGUI: Fixed numbered list indentation in MacTextCanvas
This commit is contained in:
parent
2dbfef826d
commit
4afcad492a
@ -470,6 +470,9 @@ const Common::U32String::value_type *MacTextCanvas::splitString(const Common::U3
|
||||
_text[curLine].chunks.push_back(chunk);
|
||||
|
||||
curTextLine = &_text[curLine];
|
||||
|
||||
curTextLine->indent = indentSize;
|
||||
curTextLine->firstLineIndent = firstLineIndent;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user