summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-16 11:49:08 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-16 11:49:08 +0100
commitd5085584d82c021e924cec6ce00e682a8e63d800 (patch)
treecfd1094beca5be9fd788d2ca264567e51cc729d1 /src/wx/timeline.h
parent6f5d58eb442a7808e00c6431c6289e82cf333658 (diff)
Prevent viewer updates on timeline drag (#175).
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h
index 3e984bfe1..0470ed7b9 100644
--- a/src/wx/timeline.h
+++ b/src/wx/timeline.h
@@ -70,6 +70,7 @@ private:
void setup_pixels_per_time_unit ();
void resized (wxSizeEvent &);
void assign_tracks ();
+ void set_start_from_event (wxMouseEvent &);
FilmEditor* _film_editor;
boost::weak_ptr<Film> _film;