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

This commit is contained in:
Eberhard Graether
2019-12-16 15:53:58 +01:00
parent e0a7a7c667
commit 9b8253f21c
-2
View File
@@ -33,8 +33,6 @@ void QtCodeView::refreshView()
setStyleSheet();
m_widget->clearCache();
QtCodeArea::clearAnnotationColors();
QtHighlighter::clearHighlightingRules();
});