GNOME Bugzilla – Bug 303118
gradient editor sliders (triangles) color depends on theme
Last modified: 2005-05-06 19:29:19 UTC
Triangles used in the Gradient Editor dialog as sliders should be, according to the docs, black and white. But at least the "white" one's color depends on a window manager theme (at least in KDE). AFAIK the color used for text highliting is used for the white triangles. It is probably Gimp's bug, not a documantation bug, because it is quite possible to have all triangles black, which makes them undistinguishable.
I agree they should be white as documented.
Fixed in CVS HEAD: 2005-05-05 Michael Natterer <mitch@gimp.org> * app/widgets/gimpgradienteditor.c (control_draw) (control_draw_normal_handle) (control_draw_middle_handle): changed handle colors to be always black and white. Fixes bug #303118. Also changed the handle bar's background and the handles' outlines to theme colors which should make the handles distinguishable from the background for all themes. Various unrelated cleanups.
Just decided that the changes won't be merged back. Setting to 2.4 and closing as FIXED.