Fix copy/paste typo in e0a83a7
[ardour.git] / gtk2_ardour / midi_time_axis.cc
index 7bd7141c4e6353a86f626bd693841d33a0a57d68..ffff6a96981a7b0e2aea69c6a7eaba673c1b0f43 100644 (file)
@@ -1324,6 +1324,10 @@ MidiTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool
                }
 
                add_automation_child (param, track, show);
+               if (selected ()) {
+                       reshow_selection (_editor.get_selection().time);
+               }
+
                break;
 
        case PanWidthAutomation: