From 4258a349121392516543486bd9de6f13fe3f3331 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 12 Apr 2013 11:15:45 -0400 Subject: change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_sample --- gtk2_ardour/editor_summary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/editor_summary.cc') diff --git a/gtk2_ardour/editor_summary.cc b/gtk2_ardour/editor_summary.cc index 6d7ddd05c1..06139ed243 100644 --- a/gtk2_ardour/editor_summary.cc +++ b/gtk2_ardour/editor_summary.cc @@ -778,7 +778,7 @@ EditorSummary::set_editor_x (pair x) double const nx = ( ((x.second - x.first) / _x_scale) / - _editor->frame_to_pixel (_editor->current_page_frames()) + _editor->sample_to_pixel (_editor->current_page_frames()) ); if (nx != _editor->get_current_zoom ()) { -- cgit v1.2.3