mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 17:32:17 +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 {
|
- (void)dismissSheet:(NSInteger)returnCode {
|
||||||
self.isDirty = YES;
|
self.isDirty = YES;
|
||||||
[NSApp endSheet:[super window] returnCode:returnCode];
|
|
||||||
[[super window] orderOut:self];
|
[[super window] orderOut:self];
|
||||||
|
[NSApp endSheet:[super window] returnCode:returnCode];
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user