diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-08 21:59:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-08 21:59:24 +0000 |
| commit | 29436ead35fbb6041fd24115623cad7638693d8e (patch) | |
| tree | 5f5675b4e1d80d0a847bd9635ea73aa9143173b5 /src/wx/swaroop_controls.h | |
| parent | 92477aa8600f1d27fdc821a6d80e716cd89d6c55 (diff) | |
swaroop: refresh buttons for playlists / content.
Diffstat (limited to 'src/wx/swaroop_controls.h')
| -rw-r--r-- | src/wx/swaroop_controls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/swaroop_controls.h b/src/wx/swaroop_controls.h index bd39f556d..54f77de17 100644 --- a/src/wx/swaroop_controls.h +++ b/src/wx/swaroop_controls.h @@ -53,7 +53,9 @@ private: wxButton* _stop_button; ContentView* _content_view; + wxButton* _refresh_content_view; wxListCtrl* _spl_view; + wxButton* _refresh_spl_view; wxListCtrl* _current_spl_view; wxTextCtrl* _log; |
