You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the tracker is resized to be too small for the pattern grid, then it's impossible to scroll the view horizontally, and the rightmost channel(s) are inaccessible. The scrollbar moves the cursor, but it goes off-screen:
Yeah the pattern editor and header definitely need to be aware of the viewport. Currently it just assumes there's enough room to draw the whole pattern which results in clipping when that is not the case as shown by the example above.
I think keeping the row numbers "frozen" is a good idea, such that they're always drawn. We can change it so that if say only 3 tracks can fit in the control and the cursor is on CH2 (or CH3, CH4), then only CH2, CH3 and CH4 is drawn.
Bug description
If the tracker is resized to be too small for the pattern grid, then it's impossible to scroll the view horizontally, and the rightmost channel(s) are inaccessible. The scrollbar moves the cursor, but it goes off-screen:
How to reproduce
Information
The text was updated successfully, but these errors were encountered: