Merged with trunk R1311.
[ardour.git] / gtk2_ardour / editor_ops.cc
index d8889c1af7d58c2b3d7244b873f6a8638bdac9ae..aff997a1252b637ef8a9dd88e434a583892e3623 100644 (file)
@@ -926,7 +926,7 @@ Editor::scroll_backward (float pages)
                frame = leftmost_frame - cnt;
        }
 
-       reposition_x_origin (frame);
+       reset_x_origin (frame);
 }
 
 void
@@ -954,7 +954,7 @@ Editor::scroll_forward (float pages)
                frame = leftmost_frame + cnt;
        }
 
-       reposition_x_origin (frame);
+       reset_x_origin (frame);
 }
 
 void