[gthumb] use a solid line for the image selection



commit efc1c1ba45787d182a0492ee635987d449861e08
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Jul 12 18:45:37 2010 +0200

    use a solid line for the image selection

 gthumb/gth-image-selector.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-image-selector.c b/gthumb/gth-image-selector.c
index 617a0d5..d1f0869 100644
--- a/gthumb/gth-image-selector.c
+++ b/gthumb/gth-image-selector.c
@@ -516,7 +516,7 @@ gth_image_selector_realize (GthImageViewerTool *base)
 	gdk_gc_copy (self->priv->selection_gc, widget->style->white_gc);
 	gdk_gc_set_line_attributes (self->priv->selection_gc,
 				    1,
-				    GDK_LINE_ON_OFF_DASH /*GDK_LINE_SOLID*/,
+				    GDK_LINE_SOLID,
 				    GDK_CAP_BUTT,
 				    GDK_JOIN_MITER);
 	gdk_gc_set_function (self->priv->selection_gc, GDK_INVERT);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]