Skip to content

Commit

Permalink
Remove outdated comment about macOS cusorUpdate
Browse files Browse the repository at this point in the history
Pick-to: 6.5
Change-Id: Ic270e9800b56e4fa1027245bebc4cd08a58abb3f
Reviewed-by: Timur Pocheptsov <[email protected]>
  • Loading branch information
torarnv committed Apr 12, 2023
1 parent 95198e7 commit a067556
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/platforms/cocoa/qnsview_mouse.mm
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,6 @@ - (void)otherMouseUp:(NSEvent *)theEvent

- (void)cursorUpdate:(NSEvent *)theEvent
{
// Note: We do not get this callback when moving from a subview that
// uses the legacy cursorRect API, so the cursor is reset to the arrow
// cursor. See rdar://34183708

if (!NSApp.active)
return;

Expand Down

0 comments on commit a067556

Please sign in to comment.