Commit cb25f2e
committed
BUG: Fix stale rendering on MacOSX backend (Fixes #8282)
Unlike on other backends (like Qt), MacOSX backend was never telling the
renderer to clear. This resulted in draws that would happen on top of
the previous Agg buffer. It seems enough to clear the renderer if the
figure is stale.1 parent 4a9ced6 commit cb25f2e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments