further progress on rich text effect

This commit is contained in:
itsmattkc
2019-03-14 22:56:23 +11:00
parent c0d3e038eb
commit 9fc542e688
14 changed files with 232 additions and 15 deletions
+1 -1
View File
@@ -103,5 +103,5 @@ void TextEditEx::open_text_edit() {
void TextEditEx::queue_text_modified()
{
emit textModified(toPlainText());
emit textModified(enable_rich_text_ ? toHtml() : toPlainText());
}