Preference Dropdown to limit Automatable Parameters
[ardour.git] / gtk2_ardour / sfdb_ui.cc
index 0e612be42c53c744d4f08f16120bb47f80bcd404..fcd8510d925d3cf04174183c5c8758dc8b220549 100644 (file)
@@ -199,7 +199,7 @@ SoundFileBox::SoundFileBox (bool /*persistent*/)
        table.attach (timecode_clock, 1, 2, 5, 6, FILL, FILL);
        table.attach (tempomap_value, 1, 2, 6, 7, FILL, FILL);
 
-       length_clock.set_mode (ARDOUR_UI::instance()->secondary_clock->mode());
+       length_clock.set_mode (ARDOUR_UI::instance()->primary_clock->mode());
        timecode_clock.set_mode (AudioClock::Timecode);
 
        main_box.pack_start (table, false, false);