fix another blinking-rec btn issue (amend 0ae8dd4)

This commit is contained in:
Robin Gareus 2014-09-06 13:23:59 +02:00
parent bcd2e8d5e6
commit 4a1b6b2e78
1 changed files with 4 additions and 0 deletions

View File

@ -309,6 +309,10 @@ RouteUI::set_route (boost::shared_ptr<Route> rp)
update_mute_display ();
update_solo_display ();
if (!ARDOUR_UI::config()->get_blink_rec_arm()) {
blink_rec_display(true); // set initial rec-en button state
}
route_color_changed();
}