-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Revert set_show_cursor_data #22694
Copy link
Copy link
Closed
Labels
MaintenanceRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
Metadata
Metadata
Assignees
Labels
MaintenanceRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Summary
As noted in #22691, #22254 tries to disable cursor show for certain artists, but doesn't actually prevent all computations. #22693 notes that an older API already exists. I think(?) #22254 should thus be reverted before making it into a released version?
Proposed fix
No response