diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-13 21:51:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-13 21:51:40 +0000 |
| commit | c7ae521e655354dd2f27766ee23766a0e698a89c (patch) | |
| tree | aa9c38d9d37c92cea3932fac3cd2465936118adf /src/wx/swaroop_controls.h | |
| parent | 3f30355567cb88ee425745e805905d57c6d1bdcd (diff) | |
swaroop: skippable -> disable next/previous.
Diffstat (limited to 'src/wx/swaroop_controls.h')
| -rw-r--r-- | src/wx/swaroop_controls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/swaroop_controls.h b/src/wx/swaroop_controls.h index 91fad1537..2d0d14a67 100644 --- a/src/wx/swaroop_controls.h +++ b/src/wx/swaroop_controls.h @@ -51,6 +51,8 @@ private: void viewer_finished (); void reset_film (); void update_current_content (); + bool can_do_previous (); + bool can_do_next (); wxButton* _play_button; wxButton* _pause_button; @@ -66,6 +68,7 @@ private: wxTextCtrl* _log; bool _current_disable_timeline; + bool _current_disable_next_previous; std::vector<SPL> _playlists; boost::optional<int> _selected_playlist; |
