Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit879b7f0
FIX: always eraseRect in Qt widget (#13050)
Re-focusing the figure window will call the draw method. If thefacecolor of the figure and axes are transparent and we do noterase the widget we are effectively compositing the figure on to itsself which results in artifacts anywhere there is alpha oranti-aliasing.Closes#130121 parente7719da commit879b7f0
File tree
3 files changed
+5
-9
lines changed- lib/matplotlib/backends
3 files changed
+5
-9
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 |
| - | |
244 | 243 |
| |
245 | 244 |
| |
246 | 245 |
| |
| |||
491 | 490 |
| |
492 | 491 |
| |
493 | 492 |
| |
494 |
| - | |
495 | 493 |
| |
496 | 494 |
| |
497 | 495 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 | 41 |
| |
46 | 42 |
| |
47 | 43 |
| |
| |||
55 | 51 |
| |
56 | 52 |
| |
57 | 53 |
| |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
| 40 | + | |
43 | 41 |
| |
44 | 42 |
| |
45 | 43 |
| |
|
0 commit comments
Comments
(0)