Fixed call to Tall.neighbors_for_window
This commit is contained in:
parent
1f3550b84c
commit
d0a7be90f9
1 changed files with 1 additions and 1 deletions
|
|
@ -721,7 +721,7 @@ def minimal_borders(self, windows, active_window, needs_borders_map):
|
|||
def neighbors_for_window(self, window, windows):
|
||||
n = len(windows)
|
||||
if n < 4:
|
||||
return Tall.neighbors_for_window(window, windows)
|
||||
return Tall.neighbors_for_window(self, window, windows)
|
||||
try:
|
||||
n, ncols, nrows, special_rows, special_col = windows[0].layout_data
|
||||
except Exception:
|
||||
|
|
|
|||
Loading…
Reference in a new issue