mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: Bad font default size
This commit is contained in:
parent
81d2817c44
commit
e4fba623dc
1 changed files with 4 additions and 0 deletions
|
@ -878,6 +878,10 @@ void CGroupHTML::beginElement (uint element_number, const BOOL *present, const c
|
|||
fromString(value[HTML_FONT_SIZE], fontsize);
|
||||
_FontSize.push_back(fontsize);
|
||||
}
|
||||
else
|
||||
{
|
||||
_FontSize.push_back(_FontSize.empty() ? TextFontSize : _FontSize.back());
|
||||
}
|
||||
}
|
||||
break;
|
||||
case HTML_BR:
|
||||
|
|
Loading…
Reference in a new issue