mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-24 08:50:10 -05:00
Allow Chat Text Format Option working.
This commit is contained in:
parent
0b5b20d5ea
commit
88a6931758
@ -416,7 +416,7 @@ QString RsHtml::formatText(QTextDocument *textDocument, const QString &text, ulo
|
||||
formattedText = doc.toString(-1); // -1 removes any annoying carriage return misinterpreted by QTextEdit
|
||||
|
||||
if (flag & RSHTML_OPTIMIZEHTML_MASK) {
|
||||
optimizeHtml(formattedText, flag & RSHTML_OPTIMIZEHTML_MASK, backgroundColor, desiredContrast);
|
||||
optimizeHtml(formattedText, flag, backgroundColor, desiredContrast);
|
||||
}
|
||||
|
||||
return formattedText;
|
||||
|
Loading…
x
Reference in New Issue
Block a user