Finalized drag&drop on NSCollectionView, fixed a bug in NSTabView where the nextKeyView was being set to a dealloc'd view after closing all tabs and reopening one.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@36314 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Frank Le Grand 2013-03-08 22:59:40 +00:00
parent efc1c707a0
commit d3b8f3ae90
5 changed files with 60 additions and 43 deletions

View file

@ -109,7 +109,7 @@
- (void)setRepresentedObject:(id)anObject
{
[super setRepresentedObject:anObject];
[textField setStringValue:[self representedObject]];
//[textField setStringValue:[self representedObject]];
}
- (NSTextField *)textField