diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-18 22:09:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-18 22:09:08 +0000 |
| commit | fa332470e8544554fbae265f840b249ebdf852f5 (patch) | |
| tree | 3b5e82c9ea2e490339683f9c082aded93150907b /src/wx/swaroop_controls.h | |
| parent | d4658d7d79bcf5bfa52f6f26eee3506bb8db82f5 (diff) | |
swaroop: only disable next button if skippable (not previous).
Diffstat (limited to 'src/wx/swaroop_controls.h')
| -rw-r--r-- | src/wx/swaroop_controls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/swaroop_controls.h b/src/wx/swaroop_controls.h index f09344d1a..077b16fbe 100644 --- a/src/wx/swaroop_controls.h +++ b/src/wx/swaroop_controls.h @@ -70,7 +70,7 @@ private: wxTextCtrl* _log; bool _current_disable_timeline; - bool _current_disable_next_previous; + bool _current_disable_next; std::vector<SPL> _playlists; boost::optional<int> _selected_playlist; |
