Update taglist more aggressively
This commit is contained in:
parent
9bc6d4aa40
commit
1e71d9afbd
|
@ -528,6 +528,13 @@ function taglist.new(args, filter, buttons, style, update_function, base_widget)
|
|||
for _, tlist in pairs(i) do
|
||||
tlist._do_taglist_update()
|
||||
end
|
||||
else
|
||||
-- No screen? Update all taglists
|
||||
for _, list in pairs(instances) do
|
||||
for _, tlist in pairs(list) do
|
||||
tlist._do_taglist_update()
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
local uc = function (c) return u(c.screen) end
|
||||
|
|
Loading…
Reference in New Issue