diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_viewer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index fb9c5d2ab..942a0fedc 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -467,6 +467,7 @@ FilmViewer::stop () } _playing = false; + _play_button->SetValue (false); return true; } |
