Turn off play button on stop.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Apr 2017 21:13:47 +0000 (22:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2017 22:04:32 +0000 (23:04 +0100)
src/wx/film_viewer.cc

index fb9c5d2aba49891bead89fb83557b5e0441a1eba..942a0fedcd27717faf146d2599e625ab412948fb 100644 (file)
@@ -467,6 +467,7 @@ FilmViewer::stop ()
        }
 
        _playing = false;
+       _play_button->SetValue (false);
        return true;
 }