mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
RichText, ide: RichText numbering fixes
This commit is contained in:
parent
25f71b0a76
commit
1cb4dd84d9
4 changed files with 2712 additions and 2715 deletions
|
|
@ -192,7 +192,6 @@ String AsHtml(const RichTxt& text, const RichStyles& styles, Index<String>& css,
|
|||
bool bultext = false;
|
||||
String number;
|
||||
if(p.format.GetNumberLevel() > 0) {
|
||||
n.TestReset(p.format);
|
||||
n.Next(p.format);
|
||||
number = n.AsText(p.format);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue