Restore appearance of thumbs after first scan.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 11:04:20 +0000 (12:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 11:04:20 +0000 (12:04 +0100)
src/wx/film_viewer.cc

index a7b8a955004234bf06f5869a08bb42d47e59c73f..8398b8162634c2ac80a9af5aa1770dd45dba8a33 100644 (file)
@@ -216,7 +216,7 @@ FilmViewer::film_changed (Film::Property p)
                }
                
                _slider->SetValue (0);
-               _thumb_panel->refresh ();
+               set_thumbnail (0);
        } else if (p == Film::FORMAT) {
                _thumb_panel->refresh ();
        } else if (p == Film::CONTENT) {