Song Editor draws over scroll bar
Opened this issue · 2 comments
michaelgregorius commented
regulus79 commented
I'm able to fix the bug by adding a check for if the scrollbar is visible and the line is past it, and if so then not drawing it. Although, a better solution would be to somehow get the scrollbar to be drawn on top of the line.
2024-07-26.17-59-02.mp4
Also, it seems that the play head triangle acts weirdly at the edge. Perhaps that should also be addressed.
Rossmaxx commented
@regulus79 PR?