Fix #2480
This commit is contained in:
parent
fffb976e43
commit
f9e86b19aa
@ -81,8 +81,9 @@ def draw_tab_with_separator(draw_data: DrawData, screen: Screen, tab: TabBarData
|
|||||||
screen.draw(' ' * trailing_spaces)
|
screen.draw(' ' * trailing_spaces)
|
||||||
end = screen.cursor.x
|
end = screen.cursor.x
|
||||||
screen.cursor.bold = screen.cursor.italic = False
|
screen.cursor.bold = screen.cursor.italic = False
|
||||||
screen.cursor.fg = screen.cursor.bg = 0
|
screen.cursor.fg = 0
|
||||||
screen.draw(draw_data.sep)
|
screen.draw(draw_data.sep)
|
||||||
|
screen.cursor.bg = 0
|
||||||
return end
|
return end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user