mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:40:37 +00:00
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:
parent
e30172881a
commit
b827f3792f
3 changed files with 14 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue