Skip to content

Commit

Permalink
fixes #161
Browse files Browse the repository at this point in the history
Scroll Instruments box to top when loading a song
  • Loading branch information
bazz1tv committed Apr 1, 2022
1 parent 6803f7d commit 1eaace9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pc/tracker/Tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,7 @@ void Tracker::reset()
main_window.pateditpanel.set_currow(0);
main_window.patseqpanel.set_currow(0);
main_window.instrpanel.set_currow(0);
main_window.instrpanel.rows_scrolled = 0; // fixes #161 Scroll Instruments box to top when loading a song
main_window.samplepanel.currow = 0;
main_window.samplepanel.rows_scrolled = 0;

Expand Down

0 comments on commit 1eaace9

Please sign in to comment.