diff --git a/Cocoa/GBView.m b/Cocoa/GBView.m index 645544f..5c1922c 100644 --- a/Cocoa/GBView.m +++ b/Cocoa/GBView.m @@ -142,7 +142,7 @@ static const uint8_t workboy_vk_to_key[] = { - (void) _init { - [self registerForDraggedTypes:[NSArray arrayWithObjects: NSPasteboardTypeFileURL, nil]]; + [self registerForDraggedTypes:[NSArray arrayWithObjects: NSFilenamesPboardType, nil]]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(ratioKeepingChanged) name:@"GBAspectChanged" object:nil]; tracking_area = [ [NSTrackingArea alloc] initWithRect:(NSRect){}