diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-14 00:20:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-14 00:20:38 +0100 |
| commit | 5302f2cda0afd16d714ab898549c7cd278196473 (patch) | |
| tree | 23782619dc1bda435e340eeef458e104e9063548 /src/wx | |
| parent | e8f5bd4725ab4e564be73bc2e63d2bd836033e92 (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.cc | 4 |
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: |
