Skip to content

Commit

Permalink
refactor(layout): remove redundant layout request
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed Jun 14, 2024
1 parent 833c3ae commit 572cabf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/qtile_bonsai/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,6 @@ def merge_tabs(self, direction: Direction1DParam, axis: AxisParam = Axis.x):
# background tab.
self._request_focus(self.focused_pane)

self._request_relayout()

@expose_command
def merge_to_subtab(
self,
Expand Down

0 comments on commit 572cabf

Please sign in to comment.