Small drawing cleanup.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18567 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2004-02-08 23:58:41 +00:00
parent e30172881a
commit b827f3792f
3 changed files with 14 additions and 9 deletions

View file

@ -1450,13 +1450,11 @@ container
characterIndex: char_index
layoutManager: self];
[f set];
if (color)
[color set];
else
if (color == nil)
{
DPSsetgray(ctxt, 0.0);
DPSsetalpha(ctxt, 1.0);
color = defaultTextColor;
}
[color set];
}
continue;
}