summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker_time_axis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/marker_time_axis.cc')
-rw-r--r--gtk2_ardour/marker_time_axis.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/marker_time_axis.cc b/gtk2_ardour/marker_time_axis.cc
index 4cc2cec92f..63837644e1 100644
--- a/gtk2_ardour/marker_time_axis.cc
+++ b/gtk2_ardour/marker_time_axis.cc
@@ -126,12 +126,12 @@ MarkerTimeAxis::set_height (uint32_t h)
* @param spu the number of frames per pixel
*/
void
-MarkerTimeAxis::set_frames_per_pixel (double fpp)
+MarkerTimeAxis::set_samples_per_pixel (double fpp)
{
- TimeAxisView::set_frames_per_pixel (editor.get_current_zoom());
+ TimeAxisView::set_samples_per_pixel (editor.get_current_zoom());
if (view) {
- view->set_frames_per_pixel (fpp);
+ view->set_samples_per_pixel (fpp);
}
}