This commit is contained in:
Kovid Goyal
2020-10-08 17:39:44 +05:30
parent 6443e726a6
commit 5d3ac649ba
2 changed files with 5 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ class Borders:
self.os_window_id = os_window_id
self.tab_id = tab_id
self.draw_active_borders = opts.active_border_color is not None
self.draw_minimal_borders = opts.draw_minimal_borders
self.draw_minimal_borders = opts.draw_minimal_borders and max(opts.window_margin_width) < 1
def __call__(
self,