apps-gorm icon indicating copy to clipboard operation
apps-gorm copied to clipboard

Gorm uses its own version of the method [NSCell setUpFieldEditorAttributes:]

Open gcasa opened this issue 4 months ago • 0 comments

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.

gcasa avatar Jul 10 '25 19:07 gcasa