diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-24 23:27:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-03 21:37:04 +0100 |
| commit | f7840d22575fbaa0ee5f2059f8d54f46ed3a8eff (patch) | |
| tree | 13448cc8afb3703539c780e00b49465b497e43a8 /src/wx/content_view.cc | |
| parent | d272ff4d07d560ba9e8fab7618098d24feceab60 (diff) | |
Various fixes to content view updates.
Diffstat (limited to 'src/wx/content_view.cc')
| -rw-r--r-- | src/wx/content_view.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/content_view.cc b/src/wx/content_view.cc index ba47e8c9f..46b8c8ce9 100644 --- a/src/wx/content_view.cc +++ b/src/wx/content_view.cc @@ -81,6 +81,9 @@ ContentView::selected () const void ContentView::update () { + update_content_store(); + + DeleteAllItems(); for (auto content: ShowPlaylistContentStore::instance()->all()) { add(content); } |
