summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-26 18:52:28 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-26 18:52:28 -0600
commita699a637e44e6a4f59488868a031667d2a283c8e (patch)
tree7c6e27ac6abad6603807b367b688ea41f8056649 /gtk2_ardour/editor.cc
parente1b380b302de6a12b7f3eae57eebcf5b9bd8d807 (diff)
Switch CDFrame grid to use MinSec ruler rather than Sample ruler.
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 6a2f9561f9..60e0ab4a97 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -2268,10 +2268,10 @@ Editor::set_grid_to (GridType gt)
ruler_bbt_action->set_active(false);
ruler_timecode_action->set_active(false);
- ruler_minsec_action->set_active(false);
+ ruler_minsec_action->set_active(true);
ruler_cd_marker_action->set_active(true);
- ruler_samples_action->set_active(true);
+ ruler_samples_action->set_active(false);
}
instant_save ();