From f8c2829a0dd4701f3a80241e00e4765cd5eeac5d Mon Sep 17 00:00:00 2001 From: Olivier Keshavjee Date: Thu, 4 Feb 2016 17:48:35 +0100 Subject: [PATCH] Bug correction --- src/ui/editors/mainEditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/editors/mainEditor.py b/src/ui/editors/mainEditor.py index f9e4e300..c9e204ce 100644 --- a/src/ui/editors/mainEditor.py +++ b/src/ui/editors/mainEditor.py @@ -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():