Fix non-update of video information on changing DCP resolution (#299).
authorCarl Hetherington <cth@carlh.net>
Fri, 27 Dec 2013 14:28:08 +0000 (14:28 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 27 Dec 2013 14:28:08 +0000 (14:28 +0000)
ChangeLog
src/wx/video_panel.cc

index 6ccf0ee32e2f709865876ad886df1c43c931e260..7feabc198f4db34f172bbb9c175ffeeeaf04bafb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2013-12-27  Carl Hetherington  <cth@carlh.net>
 
+       * Fix non-update of video information on changing DCP resolution (#299).
+
        * Version 1.52 released.
 
 2013-12-27  Carl Hetherington  <cth@carlh.net>
index 0dbee542060875afbae9ffbc5a2257379122861b..90b4adfe396a716b157538903c2542217bc6cee4 100644 (file)
@@ -211,6 +211,7 @@ VideoPanel::film_changed (Film::Property property)
        switch (property) {
        case Film::CONTAINER:
        case Film::VIDEO_FRAME_RATE:
+       case Film::RESOLUTION:
                setup_description ();
                break;
        default: