From 89ea747943bc93f685bb07667f62529a4b12e48f Mon Sep 17 00:00:00 2001 From: nick_m Date: Sat, 25 Jun 2016 23:28:05 +1000 Subject: [PATCH] Make bbt ruler visible in default session. --- gtk2_ardour/editor_actions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc index 1bfad8c7b3..f2b742804c 100644 --- a/gtk2_ardour/editor_actions.cc +++ b/gtk2_ardour/editor_actions.cc @@ -645,7 +645,7 @@ Editor::register_actions () ruler_range_action->set_active (true); ruler_loop_punch_action->set_active (true); ruler_loop_punch_action->set_active (true); - ruler_bbt_action->set_active (false); + ruler_bbt_action->set_active (true); ruler_cd_marker_action->set_active (true); ruler_timecode_action->set_active (true); ruler_minsec_action->set_active (false);