Fixed word wrapping with no break spaces
This commit is contained in:
parent
5addf8f61f
commit
1d11f0f8ba
@ -5170,7 +5170,8 @@ int MainWindow::writeMessageTextToUI(QDateTime date, QString text, int freq, boo
|
||||
c.insertText(text);
|
||||
} else {
|
||||
text = text.toHtmlEscaped();
|
||||
text = text.replace(" ", " ");
|
||||
text = text.replace(" ", " ");
|
||||
text = text.replace(" ", " ");
|
||||
if(bold){
|
||||
text = QString("<strong>%1</strong>").arg(text);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user