summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-06-29 22:02:19 +0100
committerCarl Hetherington <cth@carlh.net>2018-06-29 22:02:19 +0100
commite00b9850a7336b7db0aee058fe12f576db5f84a3 (patch)
tree390f055e9b70fc41a4e9eff851f931e1a8a2609f /src/wx/content_panel.h
parent362443f12f6614404fe668b309f91099e3a83d51 (diff)
Basic jump to selected subtitle (#1200).
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index 15e0fb6e1..c5378fc36 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -71,6 +71,10 @@ public:
bool remove_clicked (bool hotkey);
void timeline_clicked ();
+ FilmViewer* film_viewer () const {
+ return _film_viewer;
+ }
+
boost::signals2::signal<void (void)> SelectionChanged;
private: