From a203b32e34f7d8b2155d1d48f392112a5db8825d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 14 Jan 2018 23:54:09 +0000 Subject: [PATCH] Fix play button state on seeking. --- src/wx/film_viewer.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index f2381b17a..5c218ae44 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -492,6 +492,7 @@ FilmViewer::start () _playing = true; _dropped = 0; timer (); + _play_button->SetValue (true); } bool -- 2.30.2