mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 20:02:27 +00:00
Fixed issue resulting in opening the fix autotype window instead of a new document window (fixes #668)
This also fixes an isse resulting to save request not being shown when closing the document window but when closing the fix-autotype window.
This commit is contained in:
@@ -293,7 +293,7 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
|
||||
if(!self.fixAutotypeWindowController) {
|
||||
self.fixAutotypeWindowController = [[MPFixAutotypeWindowController alloc] init];
|
||||
}
|
||||
[self.document addWindowController:self.fixAutotypeWindowController];
|
||||
self.fixAutotypeWindowController.document = self.document;
|
||||
[self.fixAutotypeWindowController.window makeKeyAndOrderFront:sender];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user