- fix: caret dispears when at '\t' under Windows 7
This commit is contained in:
parent
19fc3302ed
commit
1a6bd602c4
|
@ -2523,7 +2523,6 @@ void Editor::print()
|
|||
doc.setDefaultFont(font());
|
||||
doc.setPlainText(lst.join(lineBreak()));
|
||||
doc.print(&printer);
|
||||
|
||||
}
|
||||
|
||||
void Editor::exportAsRTF(const QString &rtfFilename)
|
||||
|
|
Loading…
Reference in New Issue