typo that led to incorrect tempo based ruler stuff ... thanks, valgrind
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 11 Dec 2012 17:29:31 +0000 (17:29 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 11 Dec 2012 17:29:31 +0000 (17:29 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13641 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor.cc

index 304f25b1469bb3e295f8bf634f3e9a2d4037e734..7cf10ad4937b8ef4fd3450ac3718c7061db6298c 100644 (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);