apps-gorm
apps-gorm copied to clipboard
Gorm uses its own version of the method [NSCell setUpFieldEditorAttributes:]
Gorm uses its own version of the method [NSCell setUpFieldEditorAttributes:] to disconnect the text object from the font panel. This method has not been adopted to the changes of the original method in gui for many years.
A simpler and less error prone solution would be to add the method -fieldEditor:forObject: to GormNSWindow and extend the super call to disconnect the text object from the font panel.