fix crashing thinko in push2 code

This commit is contained in:
Paul Davis
2017-08-27 13:39:14 -04:00
parent f095cb75fa
commit 483ad807ce

View File

@@ -1575,7 +1575,7 @@ Push2::stripable_selection_changed ()
reset_pad_colors ();
TrackMixLayout* tml = dynamic_cast<TrackMixLayout*> (mix_layout);
TrackMixLayout* tml = dynamic_cast<TrackMixLayout*> (track_mix_layout);
assert (tml);
tml->set_stripable (first_selected_stripable());
}