Fixed dumb error.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6464 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-04-14 03:43:35 +00:00
parent c256b1df22
commit 13ef454d9c

View file

@ -143,7 +143,7 @@
_trackRect = cellFrame;
[self drawBarInside: cellFrame flipped: [controlView isFlipped]];
if (_titleCell == YES)
if (_titleCell != nil)
{
[_titleCell drawInteriorWithFrame: cellFrame inView: controlView];
}