mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 09:22:33 +00:00
Fixed crash on closing the settings window
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
- (void)dismissSheet:(NSInteger)returnCode {
|
||||
self.isDirty = YES;
|
||||
[NSApp endSheet:[super window] returnCode:returnCode];
|
||||
[[super window] orderOut:self];
|
||||
[NSApp endSheet:[super window] returnCode:returnCode];
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user