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 bb483f0e2..21a35c227 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -431,7 +431,7 @@ FilmViewer::slow_refresh ()
bool
FilmViewer::quick_refresh ()
{
- if (!_video_view || !_film) {
+ if (!_video_view || !_film || !_player) {
return true;
}
return _video_view->refresh_metadata (_film, _player->video_container_size(), _film->frame_size());