Make number formatter inspector behave better when resized

This commit is contained in:
Gregory John Casamento 2024-12-08 09:58:35 -05:00
parent 98499a895d
commit 0867b6bdae
2 changed files with 1 additions and 1 deletions

View file

@ -1447,7 +1447,7 @@ static BOOL currently_displaying = NO;
- (void) postDraw: (NSRect) rect
{
if (parent != NULL)
if (parent != nil)
{
if ([parent respondsToSelector: @selector(postDrawForView:)])
{