Turn off play button on stop.
[dcpomatic.git] / src / wx / film_viewer.cc
index fb9c5d2aba49891bead89fb83557b5e0441a1eba..942a0fedcd27717faf146d2599e625ab412948fb 100644 (file)
@@ -467,6 +467,7 @@ FilmViewer::stop ()
        }
 
        _playing = false;
+       _play_button->SetValue (false);
        return true;
 }