mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 07:02:39 +00:00
Refactoring for document based application
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#import "MPDatabaseController.h"
|
||||
#import "MPDatabaseDocument.h"
|
||||
#import "MPIconHelper.h"
|
||||
#import "MPMainWindowController.h"
|
||||
#import "MPDocumentWindowController.h"
|
||||
#import "MPPasteBoardController.h"
|
||||
#import "MPOverlayWindowController.h"
|
||||
#import "KdbGroup+MPAdditions.h"
|
||||
@@ -325,7 +325,7 @@ NSString *const _toggleFilterUsernameButton = @"SearchUsername";
|
||||
return; // nothign to to
|
||||
}
|
||||
|
||||
[((MPMainWindowController *)[[self.view window] windowController]) clearOutlineSelection:nil];
|
||||
[((MPDocumentWindowController *)[[self.view window] windowController]) clearOutlineSelection:nil];
|
||||
self.isStatusBarVisible = YES;
|
||||
self.tableToTop.constant = [self.filterBar frame].size.height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user