This is a hack to figure out why setFont: is being called after contents are set. It is resetting the text field to 'title'

This commit is contained in:
Gregory John Casamento 2020-08-31 08:08:20 -04:00
parent 6892a94206
commit cd0cdf5c67

View file

@ -92,7 +92,7 @@ static NSString *defaultTitle = @" ";
| s | |
| s | |
| ...................s....|......................................... |
| : Message s s ; |
| : Message s s ; |
| : s s : |
| : s s : |
|----: s s :----|
@ -2010,6 +2010,9 @@ void NSBeginInformationalAlertSheet(NSString *title,
[self addButtonWithTitle: @"OK"];
}
[panel setButtons: _buttons];
[panel setFrame: [panel frame]
display: YES
animate: NO];
}
}