Fix display of no-scale mode in the player; the image still has to be scaled for...
[dcpomatic.git] / src / wx / film_viewer.cc
index e24583d6cfa478ea62a6aefa7740d2fa1c022db2..45372d8111f532495d82cd56409aaa22773af1a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -404,7 +404,7 @@ FilmViewer::player_changed (bool frequent)
        if (frequent) {
                return;
        }
-       
+
        calculate_sizes ();
        fetch_current_frame_again ();
 }