diff --git a/gtk/gtkcolorswatch.c b/gtk/gtkcolorswatch.c index f0bde91648..0429455124 100644 --- a/gtk/gtkcolorswatch.c +++ b/gtk/gtkcolorswatch.c @@ -145,6 +145,8 @@ swatch_draw (GtkWidget *widget, _gtk_theming_background_render (&background, cr); } + else + _gtk_theming_background_render (&background, cr); gtk_render_frame (context, cr, 0, 0, width, height);