Bug correction

This commit is contained in:
Olivier Keshavjee 2016-02-04 17:48:35 +01:00
parent da5c70154a
commit f8c2829a0d

View file

@ -211,7 +211,7 @@ class mainEditor(QWidget, Ui_mainEditor):
def updateTreeView(self):
for w in self.allTabs():
w.corkView.outlineView.viewport().update()
w.outlineView.viewport().update()
def showFullScreen(self):
if self.currentEditor():