bugfix
This commit is contained in:
parent
607f026112
commit
ca04ac9801
|
@ -221,9 +221,13 @@ local function move_to(location)
|
|||
local tobe = {
|
||||
region=get_client_info(client.focus).active_region
|
||||
}
|
||||
draw_tabbar(tobe.region)
|
||||
draw_tabbar(is.region)
|
||||
client.focus.region = tobe.region
|
||||
|
||||
gears.timer.delayed_call(function ()
|
||||
client.focus.region = tobe.region
|
||||
draw_tabbar(tobe.region)
|
||||
end)
|
||||
|
||||
end --| redraw tabs and update meta
|
||||
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue