13
0

typo that led to incorrect tempo based ruler stuff ... thanks, valgrind

git-svn-id: svn://localhost/ardour2/branches/3.0@13641 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-12-11 17:29:31 +00:00
parent 0c7bd6e333
commit ab90b7809a

View File

@ -4293,7 +4293,7 @@ Editor::idle_visual_changer ()
current_bbt_points_begin, current_bbt_points_end);
compute_bbt_ruler_scale (pending_visual_change.time_origin, pending_visual_change.time_origin + current_page_frames(),
current_bbt_points_begin, current_bbt_points_end);
update_tempo_based_rulers (current_bbt_points_end, current_bbt_points_begin);
update_tempo_based_rulers (current_bbt_points_begin, current_bbt_points_end);
}
if (p & VisualChange::TimeOrigin) {
set_horizontal_position (pending_visual_change.time_origin / frames_per_unit);