This commit is contained in:
Kovid Goyal 2014-04-30 08:03:28 +05:30
parent c7d84b206d
commit 003058d9ea

View File

@ -41,7 +41,6 @@ class SyntaxHighlighter(QSyntaxHighlighter):
return SimpleState(max(0, num))
def rehighlight(self):
self.outlineexplorer_data = {}
QApplication.setOverrideCursor(QCursor(Qt.WaitCursor))
QSyntaxHighlighter.rehighlight(self)
QApplication.restoreOverrideCursor()