mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:40:47 +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
60243f8366
commit
aaf3a642a9
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…
Add table
Add a link
Reference in a new issue