diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-24 10:06:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-24 10:06:25 +0100 |
| commit | f3fc4b2a63ccc0a4da61371b3c2b10c8e9b8247d (patch) | |
| tree | 4f9355d58ad1b7cc596c8cbb53c99e7f451525d5 /src/wx/timeline.h | |
| parent | e21ed88c5ab6192baa31a433e5ea6f366f74ae99 (diff) | |
Re-assign timeline tracks when things are moved about.
Diffstat (limited to 'src/wx/timeline.h')
| -rw-r--r-- | src/wx/timeline.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h index 7b4d75d09..fafb09c0e 100644 --- a/src/wx/timeline.h +++ b/src/wx/timeline.h @@ -79,6 +79,7 @@ private: void right_down (wxMouseEvent &); void mouse_moved (wxMouseEvent &); void playlist_changed (); + void playlist_content_changed (int); void resized (); void assign_tracks (); void set_position_from_event (wxMouseEvent &); @@ -105,5 +106,6 @@ private: ContentMenu _menu; bool _snap; - boost::signals2::scoped_connection _playlist_connection; + boost::signals2::scoped_connection _playlist_changed_connection; + boost::signals2::scoped_connection _playlist_content_changed_connection; }; |
