summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-07 21:03:25 +0200
committerRobin Gareus <robin@gareus.org>2014-09-07 21:03:25 +0200
commitde7ac1f29b57a4194d83e86d92ef8088ce264d4d (patch)
treeaf52fa39490462a7225c8989e76d8ab186cdbe3c /gtk2_ardour/route_ui.cc
parent5462294629aedc6ba013502603de45af701d1ee7 (diff)
yet another rec-button [no]blink fix
Diffstat (limited to 'gtk2_ardour/route_ui.cc')
-rw-r--r--gtk2_ardour/route_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc
index edc67468fe..c7cec3398a 100644
--- a/gtk2_ardour/route_ui.cc
+++ b/gtk2_ardour/route_ui.cc
@@ -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 ();
}