GRAPHICS: MACGUI: Fixed numbered list indentation in MacTextCanvas

This commit is contained in:
Eugene Sandulenko 2023-10-31 01:02:19 +01:00
parent 2dbfef826d
commit 4afcad492a
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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;
}
}