ui: Fixed code view cleared in single file mode on ui refresh (#772)
This commit is contained in:
@@ -33,8 +33,6 @@ void QtCodeView::refreshView()
|
|||||||
|
|
||||||
setStyleSheet();
|
setStyleSheet();
|
||||||
|
|
||||||
m_widget->clearCache();
|
|
||||||
|
|
||||||
QtCodeArea::clearAnnotationColors();
|
QtCodeArea::clearAnnotationColors();
|
||||||
QtHighlighter::clearHighlightingRules();
|
QtHighlighter::clearHighlightingRules();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user