Skip to content

Commit f17fbba

Browse files
committed
fix(taglist): for property filter
table filter interfere with property filter, so we need to remove table filter from the instance.
1 parent 73d9b8a commit f17fbba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/awful/widget/taglist.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ function taglist.new(args, filter, buttons, style, update_function, base_widget)
652652
})
653653

654654
gtable.crush(w, taglist, true)
655+
rawset(w, "filter", nil)
655656

656657
gtable.crush(w._private, {
657658
style = args.style or {},

0 commit comments

Comments
 (0)