mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix for some configurations
This commit is contained in:
parent
264de98272
commit
f0065308e9
@ -404,7 +404,7 @@ static void debugwin_view_update(debug_view &view, void *osdprivate)
|
||||
[text addAttribute:NSFontAttributeName value:font range:run];
|
||||
NSPasteboard *const board = [NSPasteboard generalPasteboard];
|
||||
[board declareTypes:[NSArray arrayWithObject:NSRTFPboardType] owner:nil];
|
||||
[board setData:[text RTFFromRange:run documentAttributes:@{}] forType:NSRTFPboardType];
|
||||
[board setData:[text RTFFromRange:run documentAttributes:[NSDictionary dictionary]] forType:NSRTFPboardType];
|
||||
[text deleteCharactersInRange:run];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user