Skip to content

Commit

Permalink
bugfix: re-enable instrument preview/keyjazz after [accidentally] dis…
Browse files Browse the repository at this point in the history
…abling instrument [numpad 0]
  • Loading branch information
coderofsalvation committed Dec 22, 2024
1 parent 2b7716c commit e205287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tracker/Tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2161,6 +2161,7 @@ void Tracker::selectInstrument(pp_int32 instrument)
getPatternEditorControl()->setCurrentInstrument(instrument);

sectionTranspose->setCurrentInstrument(instrument, false);
enableInstrument(true); // important: re-enable in case turned off (by numpad 0)

updateSamplesListBox(false);

Expand Down

0 comments on commit e205287

Please sign in to comment.