From 255d633eddc1d4b8242dd1c4601ace9ce637bccd Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Wed, 19 Jul 2017 08:12:25 -0500 Subject: Editor Summary: implement summary_zoom_step() to lessen redundant code. --- gtk2_ardour/editor_summary.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/editor_summary.h') diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h index d237746b9e..0a9a5b960c 100644 --- a/gtk2_ardour/editor_summary.h +++ b/gtk2_ardour/editor_summary.h @@ -83,6 +83,8 @@ private: framepos_t position_to_playhead_frame_to_position (double pos) const; void set_overlays_dirty (int, int, int, int); + void summary_zoom_step ( int steps ); + framepos_t _start; ///< start frame of the overview framepos_t _end; ///< end frame of the overview -- cgit v1.2.3