Commit d37aa4b
authored
Fix loading bar only partially clearing previous draw
Depending on the canvas size, the loader would sometimes clear the entire bar, sometimes only part of it, and sometimes none of it. As a side note, clearing may not even be necessary in the first place, because the entire bar gets redrawn over the previous one anyway.1 parent e283523 commit d37aa4b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
0 commit comments