...
This commit is contained in:
parent
1e37041b50
commit
084f31292b
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ def activate_tab_at(self, x):
|
|||
|
||||
@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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue