push2: session button should be lit

This commit is contained in:
Paul Davis
2021-10-09 11:46:53 -06:00
parent 4031a03588
commit 3475350d7c

View File

@@ -404,7 +404,7 @@ Push2::init_buttons (bool startup)
ButtonID off_buttons[] = { TapTempo, Setup, User, Stop, Convert, New, FixedLength,
Fwd32ndT, Fwd32nd, Fwd16thT, Fwd16th, Fwd8thT, Fwd8th, Fwd4trT, Fwd4tr,
Accent, Note, Session, };
Accent, Note };
for (size_t n = 0; n < sizeof (off_buttons) / sizeof (off_buttons[0]); ++n) {
boost::shared_ptr<Button> b = id_button_map[off_buttons[n]];