Small xml_tab fix.

This commit is contained in:
Emmanuel Gil Peyrot 2016-04-01 05:06:03 +01:00
parent fba820e879
commit 367d4599c8

View file

@ -316,7 +316,7 @@ class XMLTab(Tab):
self.text_win.resize(self.height - info_win_size - tab_win_height - 2,
self.width, 0, 0)
self.text_win.rebuild_everything(self.core.xml_buffer)
self.text_win.rebuild_everything(self.core_buffer)
self.info_header.resize(1, self.width,
self.height - 2 - info_win_size
- tab_win_height,