Merge pull request #2920 from jcrd/taglist-update
Update taglist more aggressively
This commit is contained in:
commit
76f8c11776
|
@ -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