Commit 6d9a65a
committed
Make OSX's blit() have a consistent signature with other backends.
FigureCanvasBase.blit documents blit() as defaulting bbox to the whole
figure, and all backends implement it as such... except, until now,
MacOSX. Fix the inconsistency.1 parent 50b0e16 commit 6d9a65a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments