summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-14 23:54:09 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-14 23:54:09 +0000
commita203b32e34f7d8b2155d1d48f392112a5db8825d (patch)
treed4224c7bb931f70aced8935f95c2f4d0206a57f6 /src
parent0f889d1c2b04d5c47f15392e061dc09d5012491f (diff)
Fix play button state on seeking.
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc1
1 files changed, 1 insertions, 0 deletions
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