for tooltips set the foreground color too. Closes bug #11547.

2000-05-22  Sven Neumann  <sven@gimp.org>

* gtkrc: for tooltips set the foreground color too. Closes
  bug #11547.


--Sven
This commit is contained in:
Sven Neumann 2000-05-22 18:06:25 +00:00 committed by Sven Neumann
parent 02f199840b
commit b189aab21d
2 changed files with 9 additions and 3 deletions

View File

@ -1,12 +1,17 @@
2000-05-22 Sven Neumann <sven@gimp.org>
* app/tools.c: moved Magnify into the Transformation tools
* gtkrc: for tooltips set the foreground color too. Closes
bug #11547.
2000-05-22 Sven Neumann <sven@gimp.org>
* app/tools.c: moved Magnify into the Transformation tools
category. This is not entirely correct, but at least the
tools are now grouped as they appear in the toolbox.
* plug-ins/common/flarefx.c: applied modified version of
* plug-ins/common/flarefx.c: applied modified version of
gimp-timecop-200005-4.flarefx which adds a scaled down
flarefx to tthe preview.
flarefx to the preview.
2000-05-22 Michael Natterer <mitch@gimp.org>

1
gtkrc
View File

@ -13,6 +13,7 @@ style "ruler"
style "tooltips"
{
fg[NORMAL] = { 0.0, 0.0, 0.0 }
bg[NORMAL] = { 0.94, 0.90, 0.54 }
}