13
0

L: merge fix: allow arrangement-ruler on livetrax

This commit is contained in:
Ben Loftis 2024-05-21 07:36:41 -05:00
parent b69c90156d
commit a22de38566

View File

@ -639,7 +639,7 @@ Editor::update_ruler_visibility ()
mark_label.hide();
}
if (!Profile->get_livetrax() && ruler_section_action->get_active()) {
if (ruler_section_action->get_active()) {
old_unit_pos = section_marker_group->position().y;
if (tbpos != old_unit_pos) {
section_marker_group->move (ArdourCanvas::Duple (0.0, tbpos - old_unit_pos));