mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 12:40:47 +00:00
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:
parent
efc1c707a0
commit
d3b8f3ae90
5 changed files with 60 additions and 43 deletions
|
@ -109,7 +109,7 @@
|
|||
- (void)setRepresentedObject:(id)anObject
|
||||
{
|
||||
[super setRepresentedObject:anObject];
|
||||
[textField setStringValue:[self representedObject]];
|
||||
//[textField setStringValue:[self representedObject]];
|
||||
}
|
||||
|
||||
- (NSTextField *)textField
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue