forked from AuroraMiddleware/gtk
Add a forgotten break in render_border
The GTK_BORDER_STYLE_DOUBLE case was clearly not meant to fall through to the subsequent cases, yet it did. Found by Coverity.
This commit is contained in:
parent
a7ed598d37
commit
6400eeba35
@ -1656,6 +1656,7 @@ render_border (cairo_t *cr,
|
||||
2 * other_border[GTK_CSS_LEFT]);
|
||||
render_frame_fill (cr, &other_box, other_border, colors, dont_draw);
|
||||
}
|
||||
break;
|
||||
case GTK_BORDER_STYLE_GROOVE:
|
||||
case GTK_BORDER_STYLE_RIDGE:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user