widget.common: Fix the background color

regression from f147f0d28a
This commit is contained in:
Emmanuel Lepage Vallee 2017-12-05 19:52:36 -05:00
parent dd5be865c3
commit 31b8623ff6

View file

@ -154,7 +154,7 @@ function common.list_update(w, buttons, label, data, objects, args)
cache.ibm:set_margins(0) cache.ibm:set_margins(0)
end end
w:add(cache.primary) w:add(cache.bgb)
end end
end end