yet another rec-button [no]blink fix
authorRobin Gareus <robin@gareus.org>
Sun, 7 Sep 2014 19:03:25 +0000 (21:03 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 7 Sep 2014 19:03:25 +0000 (21:03 +0200)
gtk2_ardour/route_ui.cc

index edc67468fee3038cbc0fbd85f01d133b5d6940e0..c7cec3398adbfaa112283480fde68f22acc2f32d 100644 (file)
@@ -1245,6 +1245,7 @@ RouteUI::route_rec_enable_changed ()
 void
 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 ();
 }