mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Source/NSAlert.m: Forgot to commit change of button style.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24678 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5928625a6e
commit
bf41e31a34
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ makeScrollViewWithRect(NSRect rect)
|
|||
NSButton *button = [[NSButton alloc] initWithFrame: rect];
|
||||
|
||||
[button setAutoresizingMask: NSViewMinXMargin | NSViewMaxYMargin];
|
||||
[button setButtonType: NSMomentaryPushButton];
|
||||
[button setButtonType: NSMomentaryPushInButton];
|
||||
[button setTitle: @""];
|
||||
[button setTarget: self];
|
||||
[button setAction: @selector(buttonAction:)];
|
||||
|
|
Loading…
Reference in a new issue