diff --git a/libs/surfaces/push2/push2.cc b/libs/surfaces/push2/push2.cc index e37a2a35d2..13b3539723 100644 --- a/libs/surfaces/push2/push2.cc +++ b/libs/surfaces/push2/push2.cc @@ -691,6 +691,12 @@ Push2::set_active (bool yn) switch_bank (0); splash (); + /* catch current selection, if any */ + { + StripableNotificationListPtr sp (new StripableNotificationList (ControlProtocol::last_selected())); + stripable_selection_change (sp); + } + } else { stop ();