diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-08 15:37:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-08 15:37:04 +0100 |
| commit | 5f02ea34590cd6b796a6eaa55211abf5b36fd329 (patch) | |
| tree | 2bf00f93ab0a73895f7aab6182df8f95d3373a4d /src/wx | |
| parent | a78f48e77516d64f568cd6ea7c35b7095264b78c (diff) | |
Hacks.
Diffstat (limited to 'src/wx')
| -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 3c7d76bce..817657abb 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 (); } } |
