This commit is contained in:
Kovid Goyal 2017-09-11 15:46:44 +05:30
parent 1e37041b50
commit 084f31292b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -395,7 +395,7 @@ class TabManager:
@property
def blank_rects(self):
return self.tab_bar.blank_rects if len(self.tabs) < 2 else ()
return self.tab_bar.blank_rects if len(self.tabs) > 1 else ()
def render(self, cell_program, sprites):
if len(self.tabs) < 2: