mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
Make number formatter inspector behave better when resized
This commit is contained in:
parent
98499a895d
commit
0867b6bdae
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -1447,7 +1447,7 @@ static BOOL currently_displaying = NO;
|
|||
|
||||
- (void) postDraw: (NSRect) rect
|
||||
{
|
||||
if (parent != NULL)
|
||||
if (parent != nil)
|
||||
{
|
||||
if ([parent respondsToSelector: @selector(postDrawForView:)])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue