This commit is contained in:
anakha 2021-07-11 16:56:17 -04:00
parent 9ac8884703
commit efdc7e5e40
1 changed files with 1 additions and 1 deletions

View File

@ -608,8 +608,8 @@ local function expand_horizontal(direction)
c.maximized_vertical = false c.maximized_vertical = false
if not c.floating then if not c.floating then
draw_tabbar(c.region)
resize_region_to_index(c.region, true, true) resize_region_to_index(c.region, true, true)
draw_tabbar(c.region)
gears.timer.weak_start_new(0.1,function () gears.timer.weak_start_new(0.1,function ()
client_under_mouse = mouse.current_client client_under_mouse = mouse.current_client