diff --git a/Applications/Gorm/Palettes/4Data/GormNSNumberFormatterInspector.gorm/objects.gorm b/Applications/Gorm/Palettes/4Data/GormNSNumberFormatterInspector.gorm/objects.gorm index 2bff8565..540fc7f8 100644 Binary files a/Applications/Gorm/Palettes/4Data/GormNSNumberFormatterInspector.gorm/objects.gorm and b/Applications/Gorm/Palettes/4Data/GormNSNumberFormatterInspector.gorm/objects.gorm differ diff --git a/GormCore/GormViewEditor.m b/GormCore/GormViewEditor.m index adb54d53..749e2f37 100644 --- a/GormCore/GormViewEditor.m +++ b/GormCore/GormViewEditor.m @@ -1447,7 +1447,7 @@ static BOOL currently_displaying = NO; - (void) postDraw: (NSRect) rect { - if (parent != NULL) + if (parent != nil) { if ([parent respondsToSelector: @selector(postDrawForView:)]) {