revert last change, it looks ugly in themes which actually draw a box
2007-06-04 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolorscale.c (gimp_color_scale_expose): revert last change, it looks ugly in themes which actually draw a box around the scale. svn path=/trunk/; revision=22705
This commit is contained in:

committed by
Michael Natterer

parent
5fe7f79072
commit
ff63dc6b44
@ -1,3 +1,9 @@
|
|||||||
|
2007-06-04 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* libgimpwidgets/gimpcolorscale.c (gimp_color_scale_expose):
|
||||||
|
revert last change, it looks ugly in themes which actually draw a
|
||||||
|
box around the scale.
|
||||||
|
|
||||||
2007-06-04 Mukund Sivaraman <muks@mukund.org>
|
2007-06-04 Mukund Sivaraman <muks@mukund.org>
|
||||||
|
|
||||||
* app/vectors/gimpvectors-export.c: Added format string to dangerous
|
* app/vectors/gimpvectors-export.c: Added format string to dangerous
|
||||||
|
@ -307,7 +307,7 @@ gimp_color_scale_expose (GtkWidget *widget,
|
|||||||
gtk_paint_box (widget->style, widget->window,
|
gtk_paint_box (widget->style, widget->window,
|
||||||
sensitive ? GTK_STATE_ACTIVE : GTK_STATE_INSENSITIVE,
|
sensitive ? GTK_STATE_ACTIVE : GTK_STATE_INSENSITIVE,
|
||||||
GTK_SHADOW_IN,
|
GTK_SHADOW_IN,
|
||||||
&area, widget, NULL,
|
&area, widget, "trough",
|
||||||
x, y, w, h);
|
x, y, w, h);
|
||||||
|
|
||||||
gdk_gc_set_clip_rectangle (widget->style->black_gc, &area);
|
gdk_gc_set_clip_rectangle (widget->style->black_gc, &area);
|
||||||
|
Reference in New Issue
Block a user