Merged with trunk R1311.
[ardour.git] / gtk2_ardour / editor_imageframe.cc
index a2606175dfb7b0e76a196e0ee6773830890fbc2b..84419dbe7ffc615fa380a647548788deef340d35 100644 (file)
@@ -107,7 +107,7 @@ Editor::scroll_timeaxis_to_imageframe_item(const TimeAxisViewItem* item)
                x_pos = item->get_position() - offset + (item->get_duration() / 2);
        }
        
-       reposition_x_origin (x_pos);
+       reset_x_origin (x_pos);
 }
 
 void