mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:30:53 +00:00
Drawing change on NSBox.
Changed handling of buttons in save and open panel, this was possible after using different values for the run loop constants. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18708 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f6c61328f
commit
a22cfc89d0
5 changed files with 37 additions and 24 deletions
|
@ -557,7 +557,7 @@ static NSOpenPanel *_gs_gui_open_panel = nil;
|
|||
}
|
||||
|
||||
_OKButtonPressed = YES;
|
||||
[NSApp stopModal];
|
||||
[NSApp stopModalWithCode: NSOKButton];
|
||||
|
||||
[self close];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue