Fix play button state on seeking.
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Jan 2018 23:54:09 +0000 (23:54 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Jan 2018 23:54:09 +0000 (23:54 +0000)
src/wx/film_viewer.cc

index f2381b17a2f69ae0a26f9862d4c25ccd2ba1fdab..5c218ae44e3b77b1e4c8b7b6006bc334c7e39fec 100644 (file)
@@ -492,6 +492,7 @@ FilmViewer::start ()
        _playing = true;
        _dropped = 0;
        timer ();
+       _play_button->SetValue (true);
 }
 
 bool