...
This commit is contained in:
parent
b3c9763519
commit
41c63917c8
@ -83,7 +83,7 @@ class Sprites:
|
||||
|
||||
def render_cell(self, text, bold, italic, is_second):
|
||||
first, second = render_cell(text, bold, italic)
|
||||
ans = (second or first) if is_second else first
|
||||
ans = second if is_second else first
|
||||
return ans or render_cell()[0]
|
||||
|
||||
def render_dirty_cells(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user