mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-19 04:21:55 +02:00
More macOS Cocoa improvements.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
-(void) resetCursorRects {
|
||||
if(auto mouseCursor = NSMakeCursor(label->mouseCursor())) {
|
||||
if(auto mouseCursor = NSMakeCursor(viewport->mouseCursor())) {
|
||||
[self addCursorRect:self.bounds cursor:mouseCursor];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user