[gtk+/rendering-cleanup: 26/81] xxx: Set line_width in gtkstyle replacement code
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/rendering-cleanup: 26/81] xxx: Set line_width in gtkstyle replacement code
- Date: Fri, 6 Aug 2010 02:54:27 +0000 (UTC)
commit e7b446ba48ddee6fb2c7d1d27ad9c0b1d8b2692c
Author: Benjamin Otte <otte redhat com>
Date: Fri Jul 30 02:09:59 2010 +0200
xxx: Set line_width in gtkstyle replacement code
gtk/gtkstyle.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c
index 12ab203..22f678c 100644
--- a/gtk/gtkstyle.c
+++ b/gtk/gtkstyle.c
@@ -3097,6 +3097,7 @@ gtk_default_draw_flat_box (GtkStyle *style,
cairo_t *cr;
cr = gdk_cairo_create (window);
+ cairo_set_line_width (cr, 1.0);
if (area)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]