summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-18 22:13:47 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit32def2da6e6413b898b493dd03308e17b9737e9d (patch)
tree6232d0fa910103002bf3bfc56c04c9ab7259e942 /src
parentc31e6b0ecd39f23b949ff5e62da934eca8ccbc46 (diff)
Turn off play button on stop.
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 fb9c5d2ab..942a0fedc 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -467,6 +467,7 @@ FilmViewer::stop ()
}
_playing = false;
+ _play_button->SetValue (false);
return true;
}