diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-01 12:04:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-01 12:04:20 +0100 |
| commit | de2ccb58200caa7e180e9c7792825faa12fd4ad8 (patch) | |
| tree | 27106ed237a373576a3f025b569b40d6083ae8d2 /src | |
| parent | 27563a49b4d14aa08c9550040e80809de9b8e70b (diff) | |
Restore appearance of thumbs after first scan.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
