13
0

yet another rec-button [no]blink fix

This commit is contained in:
Robin Gareus 2014-09-07 21:03:25 +02:00
parent 5462294629
commit de7ac1f29b

View File

@ -1245,6 +1245,7 @@ RouteUI::route_rec_enable_changed ()
void void
RouteUI::session_rec_enable_changed () RouteUI::session_rec_enable_changed ()
{ {
blink_rec_display(true); //this lets the button change "immediately" rather than wait for the next blink
update_monitoring_display (); update_monitoring_display ();
} }