widget: Use blue for resize debugging

Red is already taken by drawing.
This commit is contained in:
Timm Bäder 2017-10-12 10:41:56 +02:00
parent d027e365d3
commit a6904ba2cc

View File

@ -15021,7 +15021,7 @@ gtk_widget_maybe_add_debug_render_nodes (GtkWidget *widget,
if (GTK_DISPLAY_DEBUG_CHECK (display, RESIZE) && if (GTK_DISPLAY_DEBUG_CHECK (display, RESIZE) &&
priv->highlight_resize) priv->highlight_resize)
{ {
GdkRGBA red = {1, 0, 0, 0.2}; GdkRGBA red = {0, 0, 1, 0.2};
graphene_rect_t bounds; graphene_rect_t bounds;
graphene_rect_init (&bounds, graphene_rect_init (&bounds,