Improve painter order#175
Conversation
|
good to go |
|
I had one more commit. I needed to paint borders by calling super super paint. |
45ba53b to
a31c38a
Compare
|
I think I can't push to this PR, because it is in your fork. |
|
I think you might have a duplication: |
|
also i just noticed that your current branch says 'shamilovtim-patch-range-annotations'. you could try to rename it maybe? |
|
I'm lost :)))) |
|
wait for a second |
|
in your terminal you're pushing to my repo named 'shamilovtim' a branch named shamilovtim/patch-range-annotations but your branch is actually named 'shamilovtim-patch-range-annotations' but the real branch name on my repo is only 'patch-range-annotations' at least i think that's what's going on. i might be wrong. lol |
and touch indicator always on top using srcOver
…it in the BarChart too)
5e2542c to
3b091ba
Compare
|
That was a hard work :)
|
|
BTW, It's ready to merge in my opinion, |
|
I haven't tested manually but it looks fine to merge to me |



Improves the order of painting through the following:
rangeAnnotationpainting moved outside of the for loop.extraLinesremoved from the for loop except when extraLinesOnTop is enabled. probably improved performance.