summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index 7b8f02220..0b3fb0fd2 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -377,6 +377,8 @@ FilmViewer::get_frame ()
}
}
} catch (DecodeError& e) {
+ _play_button->SetValue (false);
+ check_play_state ();
error_dialog (this, String::compose ("Could not decode video for view (%1)", e.what()));
}
}