gnustep / libs-gui

The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
http://www.gnustep.org
GNU General Public License v3.0
279 stars 103 forks source link

Fix handling of custom classes for XIB v5. This corrects an issue in… #216

Closed gcasa closed 11 months ago

gcasa commented 11 months ago

This fixes an issue in Gorm as well. Previously custom classes were not being handled properly and causing a crash when loading a xib and saving as a gorm. This fix helps to avert that issue.

gcasa commented 11 months ago

I don't see how moving code would break anything.

Thanks, Fred.

I added code to initialize the dictionary. I was considering doing it as a quick fix but I had already created the PR.