summaryrefslogtreecommitdiff
path: root/src/tabs/rostertab.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-05-05 19:57:20 +0200
committermathieui <mathieui@mathieui.net>2014-05-05 20:01:04 +0200
commit9c8d577737cf523adce0306207dbb8a33b8aa63e (patch)
tree807b647210adf5d96ce081b14e63ab2a431e6869 /src/tabs/rostertab.py
parentb8972ad94029f490ce4cb67d9aa8e2c921e13366 (diff)
downloadpoezio-9c8d577737cf523adce0306207dbb8a33b8aa63e.tar.gz
poezio-9c8d577737cf523adce0306207dbb8a33b8aa63e.tar.bz2
poezio-9c8d577737cf523adce0306207dbb8a33b8aa63e.tar.xz
poezio-9c8d577737cf523adce0306207dbb8a33b8aa63e.zip
Revert "Fix #2072 (only resize a tab if the size changed since the last display)"
This reverts commit b46f0f5e266c321632738ca40839759486b47a7e. Conflicts: src/tabs/muclisttab.py Doing this made the unresized elements refresh in the old subwins, causing glitches and weirdness. And anyway, the only problematic element is the TextWin (rebuilding all the lines of a buffer is expensive), but it already checks if the width changed.
Diffstat (limited to 'src/tabs/rostertab.py')
-rw-r--r--src/tabs/rostertab.py2
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)