diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-05 23:01:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-11-05 23:02:59 +0100 |
| commit | c8db1d4012217ec295d2a77581cf0661543dc9af (patch) | |
| tree | bed786f0081355324736ec07ea6bb7106ea3a909 /src/wx/controls.h | |
| parent | 25db72d238179045bf5dcc3dbe87658dd3609d52 (diff) | |
Differentiate between stop and suspend in player.
This and the previous commit somewhat improve the previously
terrible behaviour when seeking during playback, probably
introduced by the idle update stuff.
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index 88d21defb..dfa11e6d7 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -93,7 +93,6 @@ private: typedef std::pair<boost::shared_ptr<dcp::CPL>, boost::filesystem::path> CPL; bool _slider_being_moved; - bool _was_running_before_slider; wxCheckBox* _outline_content; wxChoice* _eye; |
