Editor zoom: add 2hour and 24hour zoom limits.
authorBen Loftis <ben@harrisonconsoles.com>
Sun, 27 Aug 2017 15:25:09 +0000 (10:25 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Sun, 27 Aug 2017 15:25:09 +0000 (10:25 -0500)
gtk2_ardour/rc_option_editor.cc

index 0cf2ed41f34c4e1e1dcdfe1c1b7f438b12513018..787cfcd07d20daa4257b5a0e18e846cb419bef9d 100644 (file)
@@ -2355,6 +2355,8 @@ RCOptionEditor::RCOptionEditor ()
        eet->add (2, _("2 minutes"));
        eet->add (20, _("20 minutes"));
        eet->add (60, _("1 hour"));
        eet->add (2, _("2 minutes"));
        eet->add (20, _("20 minutes"));
        eet->add (60, _("1 hour"));
+       eet->add (60*2, _("2 hours"));
+       eet->add (60*24, _("24 hours"));
        add_option (_("Editor"), eet);
 
        if (!Profile->get_mixbus()) {
        add_option (_("Editor"), eet);
 
        if (!Profile->get_mixbus()) {