mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
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:
parent
6892a94206
commit
cd0cdf5c67
1 changed files with 4 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue