LMMS/lmms

Song Editor draws over scroll bar

Opened this issue · 2 comments

Bug Summary

When the play head reaches the vertical scroll bar it will paint over it:

PlayHeadOverScrollBar

Expected Behaviour

The scroll bar is not painted over.

Steps To Reproduce

  1. Load a song that's long enough.
  2. Set "Auto Scrolling" to "Off".
  3. Play song.

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.