Fixed more deprecations

This commit is contained in:
Michael Starke
2020-02-03 18:06:21 +01:00
parent 2f42e1498c
commit 55fca262ef
11 changed files with 23 additions and 20 deletions

View File

@@ -364,7 +364,7 @@ static MPAutotypeDaemon *_sharedInstance;
if(!self.matchSelectionWindow) {
self.matchSelectionWindow = [[NSPanel alloc] initWithContentRect:NSMakeRect(0, 0, 100, 100)
styleMask:NSWindowStyleMaskNonactivatingPanel|NSWindowStyleMaskTitled
backing:NSBackingStoreRetained
backing:NSBackingStoreBuffered
defer:YES];
self.matchSelectionWindow.level = kCGAssistiveTechHighWindowLevel;
MPAutotypeCandidateSelectionViewController *vc = [[MPAutotypeCandidateSelectionViewController alloc] init];