mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
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:
parent
6ff48f1750
commit
dd505dc21c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue