summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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) {