mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Fix decoding of NSStackViewContainerNonDroppedViews
This commit is contained in:
parent
e96de59a83
commit
1687283ccf
1 changed files with 0 additions and 1 deletions
|
@ -3137,7 +3137,6 @@ didStartElement: (NSString*)elementName
|
|||
NSEnumerator *en = [elements objectEnumerator];
|
||||
GSXibElement *e = nil;
|
||||
|
||||
NSLog(@"decodeStackViewNonDroppedViewsForElement: %@", element);
|
||||
while ((e = [en nextObject]) != nil)
|
||||
{
|
||||
id o = [self objectForXib: e];
|
||||
|
|
Loading…
Reference in a new issue