summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-10-14 00:20:38 +0100
committerCarl Hetherington <cth@carlh.net>2018-10-14 00:20:38 +0100
commit5302f2cda0afd16d714ab898549c7cd278196473 (patch)
tree23782619dc1bda435e340eeef458e104e9063548 /src/wx
parente8f5bd4725ab4e564be73bc2e63d2bd836033e92 (diff)
Give a better reason for not referencing when there is a 2K/4K mismatch.v2.13.61
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/video_panel.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc
index 80aac66ea..2fadfab33 100644
--- a/src/wx/video_panel.cc
+++ b/src/wx/video_panel.cc
@@ -297,11 +297,9 @@ VideoPanel::film_changed (Film::Property property)
switch (property) {
case Film::VIDEO_FRAME_RATE:
case Film::CONTAINER:
- setup_description ();
- setup_sensitivity ();
- break;
case Film::RESOLUTION:
setup_description ();
+ setup_sensitivity ();
break;
case Film::REEL_TYPE:
case Film::INTEROP: