Fix play button state on seeking.
[dcpomatic.git] / 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