From b08688c7014d9e68ac26fe604dc5a48372c67167 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 2 Apr 2016 01:09:23 +0100 Subject: Remove unused properties in SizeManager. --- poezio/core/core.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'poezio/core/core.py') diff --git a/poezio/core/core.py b/poezio/core/core.py index 384ffab2..5e78020a 100644 --- a/poezio/core/core.py +++ b/poezio/core/core.py @@ -1643,9 +1643,9 @@ class Core(object): return self.left_tab_win = windows.VerticalGlobalInfoBar(truncated_win) elif not self.size.core_degrade_y: - self.tab_win.resize(1, tabs.Tab.width, - tabs.Tab.height - 2, 0) - self.left_tab_win = None + self.tab_win.resize(1, tabs.Tab.width, + tabs.Tab.height - 2, 0) + self.left_tab_win = None def add_message_to_text_buffer(self, buff, txt, nickname=None): """ -- cgit v1.2.3