macosx backend warns when using the zoom method #17905
Labels
GUI: MacOSX
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
status: confirmed bug
Milestone
Bug report
Bug summary
The current master branch warns about calling release() at zoom stop within the macosx backend (all the others work fine for me). This seems like it should warn if an external user is creating their own backend or overriding functionality, but not the included macosx backend, since there is no way for a user to get rid of the message. (Panning seemed to be fine, even though there is a similar warning in the backend_bases there)
Code for reproduction
Expected outcome
No warning from an MPL included backend.
The text was updated successfully, but these errors were encountered: