summaryrefslogtreecommitdiff
path: root/poezio/tabs/conversationtab.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-04-15 18:26:37 +0200
committermathieui <mathieui@mathieui.net>2021-04-15 18:28:42 +0200
commit56bab711924cd7a660c874abf40fd545693f8d98 (patch)
treed4e0bff66b3e94231badc097af01487b45278587 /poezio/tabs/conversationtab.py
parentb1b2ef860fbb6eaad63dae6fcb8a731ad595c474 (diff)
downloadpoezio-56bab711924cd7a660c874abf40fd545693f8d98.tar.gz
poezio-56bab711924cd7a660c874abf40fd545693f8d98.tar.bz2
poezio-56bab711924cd7a660c874abf40fd545693f8d98.tar.xz
poezio-56bab711924cd7a660c874abf40fd545693f8d98.zip
fix: display issue when changing show_timestamps value
Diffstat (limited to 'poezio/tabs/conversationtab.py')
-rw-r--r--poezio/tabs/conversationtab.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/poezio/tabs/conversationtab.py b/poezio/tabs/conversationtab.py
index 873bf0d3..b8acfd8b 100644
--- a/poezio/tabs/conversationtab.py
+++ b/poezio/tabs/conversationtab.py
@@ -252,8 +252,10 @@ class ConversationTab(OneToOneTab):
self.text_win.resize(
self.height - 2 - bar_height - info_win_height - tab_win_height,
- self.width, bar_height, 0)
- self.text_win.rebuild_everything(self._text_buffer)
+ self.width, bar_height, 0, self._text_buffer,
+ force=self.ui_config_changed
+ )
+ self.ui_config_changed = False
if display_bar:
self.upper_bar.resize(1, self.width, 0, 0)
self.get_info_header().resize(