Changelog fixups. Re-fix NSCell bug

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4892 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1999-09-14 14:38:24 +00:00
parent f27e35a759
commit dd0c83fc8c
2 changed files with 15 additions and 3 deletions

View file

@ -1042,8 +1042,6 @@ static Class cellClass;
return YES;
}
[controlView setNeedsDisplayInRect: cellFrame];
NSDebugLog(@"NSCell mouse did not go up in cell\n");
return NO; // Otherwise return NO
}