diff options
Diffstat (limited to 'src/wx/timeline.h')
| -rw-r--r-- | src/wx/timeline.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h index 1ec633085..7af770b5f 100644 --- a/src/wx/timeline.h +++ b/src/wx/timeline.h @@ -98,6 +98,7 @@ private: void clear_selection (); void recreate_views (); void setup_scrollbars (); + void scrolled (wxScrollWinEvent& ev); boost::shared_ptr<TimelineView> event_to_view (wxMouseEvent &); TimelineContentViewList selected_views () const; @@ -129,6 +130,9 @@ private: int _y_scroll_rate; int _track_height; + static double const _minimum_pixels_per_second; + static int const _minimum_track_height; + boost::signals2::scoped_connection _film_changed_connection; boost::signals2::scoped_connection _film_content_changed_connection; }; |
