From de2ccb58200caa7e180e9c7792825faa12fd4ad8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 1 Aug 2012 12:04:20 +0100 Subject: Restore appearance of thumbs after first scan. --- src/wx/film_viewer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index a7b8a9550..8398b8162 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -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) { -- cgit v1.2.3