After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 303118 - gradient editor sliders (triangles) color depends on theme
gradient editor sliders (triangles) color depends on theme
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
unspecified
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-05-05 11:03 UTC by Jakub Friedl
Modified: 2005-05-06 19:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jakub Friedl 2005-05-05 11:03:37 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.
Comment 1 Michael Natterer 2005-05-05 12:33:12 UTC
I agree they should be white as documented.
Comment 2 Michael Natterer 2005-05-05 14:00:04 UTC
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.
Comment 3 Michael Natterer 2005-05-06 19:29:19 UTC
Just decided that the changes won't be merged back. Setting to
2.4 and closing as FIXED.