Merge pull request #2630 from psychon/fix_background_foreground
background container: Actually set the foreground color
This commit is contained in:
commit
a7474412da
|
@ -55,6 +55,10 @@ function background:before_draw_children(context, cr, width, height)
|
|||
end
|
||||
cr:restore()
|
||||
end
|
||||
|
||||
if self._private.foreground then
|
||||
cr:set_source(self._private.foreground)
|
||||
end
|
||||
end
|
||||
|
||||
-- Draw the border
|
||||
|
|
Loading…
Reference in New Issue