From 38c10a4d2367111f3b9c7ac2223a8b633bfeb147 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 20 Nov 2012 14:03:09 +0000 Subject: [PATCH] make range ruler visible by default - costs a few mm, saves confusion among new users git-svn-id: svn://localhost/ardour2/branches/3.0@13536 d708f5d6-7413-0410-9779-e7cbd77b26cf --- 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 b2f11bb367..f37453ea6a 100644 --- a/gtk2_ardour/editor_actions.cc +++ b/gtk2_ardour/editor_actions.cc @@ -535,7 +535,7 @@ Editor::register_actions () ruler_meter_action->set_active (true); ruler_tempo_action->set_active (true); ruler_marker_action->set_active (true); - ruler_range_action->set_active (false); + ruler_range_action->set_active (true); ruler_loop_punch_action->set_active (true); ruler_loop_punch_action->set_active (true); if (Profile->get_sae()) {