mirror of
https://github.com/arsenetar/dupeguru-cocoa.git
synced 2026-03-27 07:51:39 +00:00
Fix some deprecation warnings update submodules
This commit is contained in:
@@ -165,7 +165,7 @@ http://www.gnu.org/licenses/gpl-3.0.html
|
||||
- (BOOL)previewPanel:(QLPreviewPanel *)panel handleEvent:(NSEvent *)event
|
||||
{
|
||||
// redirect all key down events to the table view
|
||||
if ([event type] == NSKeyDown) {
|
||||
if ([event type] == NSEventTypeKeyDown) {
|
||||
[[self view] keyDown:event];
|
||||
return YES;
|
||||
}
|
||||
@@ -177,4 +177,4 @@ http://www.gnu.org/licenses/gpl-3.0.html
|
||||
{
|
||||
[[self view] setNeedsDisplay:YES];
|
||||
}
|
||||
@end
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user