Closing preference window without confirming a change (as in not hitting the return key) will act as if it was confirmed.
This commit is contained in:
parent
e7ebf16d43
commit
c106ceb023
Binary file not shown.
|
@ -601,6 +601,11 @@
|
|||
contextInfo: nil];
|
||||
}
|
||||
|
||||
- (void) windowWillClose: (NSNotification *) notification
|
||||
{
|
||||
[[self window] makeFirstResponder: nil];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation PrefsController (Private)
|
||||
|
|
Loading…
Reference in New Issue