diff options
Diffstat (limited to 'src/wx/film_viewer.cc')
| -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 817657abb..3c7d76bce 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -224,7 +224,7 @@ FilmViewer::film_changed (Film::Property p) _thumb_panel->refresh (); } else if (p == Film::CONTENT) { setup_visibility (); -// _film->examine_content (); + _film->examine_content (); update_thumbs (); } } |
