Propagate ::route_active_changed() methods
This commit is contained in:
@@ -289,6 +289,7 @@ AudioTimeAxisView::hide_all_automation (bool apply_to_selection)
|
||||
void
|
||||
AudioTimeAxisView::route_active_changed ()
|
||||
{
|
||||
RouteTimeAxisView::route_active_changed();
|
||||
update_control_names ();
|
||||
|
||||
if (!_route->active()) {
|
||||
|
||||
@@ -1359,7 +1359,7 @@ MidiTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool
|
||||
void
|
||||
MidiTimeAxisView::route_active_changed ()
|
||||
{
|
||||
RouteUI::route_active_changed ();
|
||||
RouteTimeAxisView::route_active_changed ();
|
||||
update_control_names();
|
||||
|
||||
if (!_route->active()) {
|
||||
|
||||
@@ -2437,6 +2437,7 @@ MixerStrip::add_output_port (DataType t)
|
||||
void
|
||||
MixerStrip::route_active_changed ()
|
||||
{
|
||||
RouteUI::route_active_changed ();
|
||||
reset_strip_style ();
|
||||
}
|
||||
|
||||
|
||||
@@ -467,6 +467,11 @@ RouteTimeAxisView::update_track_number_visibility ()
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
RouteTimeAxisView::route_active_changed ()
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
RouteTimeAxisView::parameter_changed (string const & p)
|
||||
{
|
||||
|
||||
@@ -207,6 +207,7 @@ protected:
|
||||
|
||||
void take_name_changed (void *src);
|
||||
void route_property_changed (const PBD::PropertyChange&);
|
||||
void route_active_changed ();
|
||||
bool name_entry_changed (std::string const&);
|
||||
|
||||
virtual void toggle_channel_selector () {}
|
||||
|
||||
Reference in New Issue
Block a user