summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-01 12:04:20 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-01 12:04:20 +0100
commitde2ccb58200caa7e180e9c7792825faa12fd4ad8 (patch)
tree27106ed237a373576a3f025b569b40d6083ae8d2
parent27563a49b4d14aa08c9550040e80809de9b8e70b (diff)
Restore appearance of thumbs after first scan.
-rw-r--r--src/wx/film_viewer.cc2
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) {