summaryrefslogtreecommitdiff
path: root/src/wx/timeline_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-01 23:19:13 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-01 23:19:13 +0000
commitd511d6702d66b93ead66c067be239173fd2d36f2 (patch)
tree5d9b4575fd205176bef4ce6c0983ae0831ec78b4 /src/wx/timeline_dialog.h
parentc7a0c827d30b7d82ac50e4cf559be2a3606ab6c3 (diff)
Synchronise content list / timeline selection when the content list selection changes.
Diffstat (limited to 'src/wx/timeline_dialog.h')
-rw-r--r--src/wx/timeline_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h
index b760c2c5b..bc5b7228b 100644
--- a/src/wx/timeline_dialog.h
+++ b/src/wx/timeline_dialog.h
@@ -29,6 +29,8 @@ class TimelineDialog : public wxDialog
public:
TimelineDialog (ContentPanel *, boost::shared_ptr<Film>);
+ void set_selection (ContentList selection);
+
private:
void snap_toggled ();
void sequence_video_toggled ();