Reverted my last change which was causing side-effects

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6286 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-03-15 02:56:11 +00:00
parent 6ff48f1750
commit dd505dc21c

View file

@ -203,7 +203,7 @@ static NSColor *shadowCol;
NSSize titleSize = [_titleCell cellSize];
NSSize textSize;
if ((_contents != nil) && ([_contents isEqualToString: @""] == NO))
if (_contents != nil)
textSize = [super cellSize];
else
{