diff options
Diffstat (limited to 'src/tabs/rostertab.py')
-rw-r--r-- | src/tabs/rostertab.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabs/rostertab.py b/src/tabs/rostertab.py index 34a4c553..81b5fcb5 100644 --- a/src/tabs/rostertab.py +++ b/src/tabs/rostertab.py @@ -266,6 +266,7 @@ class RosterInfoTab(Tab): self.core.command_last_activity(jid) def resize(self): + self.need_resize = False if self.size.tab_degrade_x: display_info = False roster_width = self.width @@ -301,7 +302,6 @@ class RosterInfoTab(Tab): roster_width, 0, 0) self.input.resize(1, self.width, self.height-1, 0) self.default_help_message.resize(1, self.width, self.height-1, 0) - self.push_size() def completion(self): # Check if we are entering a command (with the '/' key) |