[gtk+/portal-race: 111/129] widget: black is the new red
- From: Matthias Clasen <matthiasc src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gtk+/portal-race: 111/129] widget: black is the new red
 
- Date: Mon,  3 Jul 2017 00:53:18 +0000 (UTC)
 
commit 0c2facc8497182c2cc9cd6d0cc08e47776664d89
Author: Timm Bäder <mail baedert org>
Date:   Tue Jun 27 12:28:25 2017 +0200
    widget: black is the new red
 gtk/gtkwidget.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 2736cab..a986dbc 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -15200,14 +15200,14 @@ gtk_widget_maybe_add_debug_render_nodes (GtkWidget             *widget,
 
       if (baseline != -1)
         {
-          GdkRGBA black = {1, 0, 0, 1};
+          GdkRGBA red = {1, 0, 0, 1};
           graphene_rect_t bounds;
 
           graphene_rect_init (&bounds,
                               0, baseline,
                               priv->allocation.width, 1);
           gtk_snapshot_append_color (snapshot,
-                                     &black,
+                                     &red,
                                      &bounds,
                                      "Baseline Debug");
         }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]