mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
widget: Use blue for resize debugging
Red is already taken by drawing.
This commit is contained in:
parent
d027e365d3
commit
a6904ba2cc
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user