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:
FredKiefer 2004-02-29 00:11:51 +00:00
parent 4f6c61328f
commit a22cfc89d0
5 changed files with 37 additions and 24 deletions

View file

@ -557,7 +557,7 @@ static NSOpenPanel *_gs_gui_open_panel = nil;
}
_OKButtonPressed = YES;
[NSApp stopModal];
[NSApp stopModalWithCode: NSOKButton];
[self close];
}