Skip to content

Commit 3811d06

Browse files
committed
Sequencer drum ui text fix
1 parent 6985b90 commit 3811d06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Applications/Sequencer/Sequencer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ void Sequencer::LayoutSelector()
626626
MatrixOS::LED::SetColor(origin + Point(7, 2), drumColor);
627627
MatrixOS::LED::SetColor(origin + Point(7, 3), drumColor);
628628
});
629+
drmTextDisplay.SetDisableOnTap(false);
629630
drmTextDisplay.SetEnableFunc([&]() -> bool {
630631
return (meta.tracks[track].mode == SequenceTrackMode::DrumTrack) && (noteMapTesting == false);
631632
});

0 commit comments

Comments
 (0)