From 1a6bd602c4f3b8e38aa735308c981cec8dbfa46f Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Wed, 12 Jan 2022 22:25:57 +0800 Subject: [PATCH] - fix: caret dispears when at '\t' under Windows 7 --- RedPandaIDE/editor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/RedPandaIDE/editor.cpp b/RedPandaIDE/editor.cpp index 3f48c23c..38ace815 100644 --- a/RedPandaIDE/editor.cpp +++ b/RedPandaIDE/editor.cpp @@ -2523,7 +2523,6 @@ void Editor::print() doc.setDefaultFont(font()); doc.setPlainText(lst.join(lineBreak())); doc.print(&printer); - } void Editor::exportAsRTF(const QString &rtfFilename)