Editor Summary: The view rectangle should never exceed the bounds of the scroll area.
[ardour.git] / gtk2_ardour / editor_summary.h
index 0a9a5b960ce193cfc3a407ebeab8486e9fef195e..afdbf096b90cbf4dd0a32f200a91619dd1274a61 100644 (file)
@@ -88,6 +88,9 @@ private:
        framepos_t _start; ///< start frame of the overview
        framepos_t _end; ///< end frame of the overview
 
+       framepos_t _leftmost; ///< the earliest frame we ever viewed
+       framepos_t _rightmost; ///< the latest frame we ever viewed
+
        /** fraction of the session length by which the overview size should extend past the start and end markers */
        double _overhang_fraction;