CellRendererIcon: remove unused frame
The white frame is not visible over the white background. Signed-off-by: Manuel Quiñones <manuel.por.aca@gmail.com>
This commit is contained in:
parent
3a6427cdc6
commit
f08757d75f
@ -1006,9 +1006,6 @@ class CellRendererIcon(Gtk.CellRenderer):
|
|||||||
context, cr, background_area.x, background_area.y,
|
context, cr, background_area.x, background_area.y,
|
||||||
background_area.width, background_area.height)
|
background_area.width, background_area.height)
|
||||||
|
|
||||||
Gtk.render_frame(context, cr, background_area.x, background_area.y,
|
|
||||||
background_area.width, background_area.height)
|
|
||||||
|
|
||||||
if self._xo_color is not None:
|
if self._xo_color is not None:
|
||||||
stroke_color = self._xo_color.get_stroke_color()
|
stroke_color = self._xo_color.get_stroke_color()
|
||||||
fill_color = self._xo_color.get_fill_color()
|
fill_color = self._xo_color.get_fill_color()
|
||||||
|
Loading…
Reference in New Issue
Block a user