summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-19 14:01:14 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-19 14:01:14 +0100
commit7d81ed516d246b5d1387f5bf1019237c5c7a8d2b (patch)
tree1cb650da7e385dc0869518376e9bbfc8ead90e87 /src/wx/video_panel.cc
parentf217913a609e67f3dd0b804e2b961dcbd8556e63 (diff)
Update new panels when they are created.
Diffstat (limited to 'src/wx/video_panel.cc')
-rw-r--r--src/wx/video_panel.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc
index 666c65bd4..410ec4699 100644
--- a/src/wx/video_panel.cc
+++ b/src/wx/video_panel.cc
@@ -247,6 +247,8 @@ VideoPanel::VideoPanel (ContentPanel* p)
_frame_type->wrapped()->Append (_("3D left only"));
_frame_type->wrapped()->Append (_("3D right only"));
+ content_selection_changed ();
+
_fade_in->Changed.connect (boost::bind (&VideoPanel::fade_in_changed, this));
_fade_out->Changed.connect (boost::bind (&VideoPanel::fade_out_changed, this));