Fix bug from merged branch
This commit is contained in:
@@ -338,9 +338,7 @@ class GuiDocEditor(QPlainTextEdit):
|
|||||||
if self._docHandle is None:
|
if self._docHandle is None:
|
||||||
self.clearEditor()
|
self.clearEditor()
|
||||||
else:
|
else:
|
||||||
self.redrawText()
|
self._qDocument.syntaxHighlighter.rehighlight()
|
||||||
if not self._bigDoc:
|
|
||||||
self.highLight.rehighlight()
|
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user