ui: Fixed code view cleared in single file mode on ui refresh (#772)

This commit is contained in:
Eberhard Graether
2019-11-20 11:16:32 +01:00
parent a1fccbf6eb
commit ff598e3866
-2
View File
@@ -33,8 +33,6 @@ void QtCodeView::refreshView()
setStyleSheet();
m_widget->clearCache();
QtCodeArea::clearAnnotationColors();
QtHighlighter::clearHighlightingRules();
});