mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 05:56:19 +01:00
...
This commit is contained in:
parent
c7d84b206d
commit
003058d9ea
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ def create_state(self, num):
|
|||
return SimpleState(max(0, num))
|
||||
|
||||
def rehighlight(self):
|
||||
self.outlineexplorer_data = {}
|
||||
QApplication.setOverrideCursor(QCursor(Qt.WaitCursor))
|
||||
QSyntaxHighlighter.rehighlight(self)
|
||||
QApplication.restoreOverrideCursor()
|
||||
|
|
|
|||
Loading…
Reference in a new issue