diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-02 09:32:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-03 22:46:26 +0200 |
| commit | 608e58c2a27fec6fdb6f4f51a1ba3233387367c7 (patch) | |
| tree | ead651e25564b1a171f4ace1ab8e83e4b2bf4650 /src/wx/upload_destination_panel.cc | |
| parent | f7cc496189ee73e0e19e45080a1effd2b41f31b5 (diff) | |
wip: use same ui in prefs + upload dlguploader
Diffstat (limited to 'src/wx/upload_destination_panel.cc')
| -rw-r--r-- | src/wx/upload_destination_panel.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wx/upload_destination_panel.cc b/src/wx/upload_destination_panel.cc index 923b1b222..ab81103c5 100644 --- a/src/wx/upload_destination_panel.cc +++ b/src/wx/upload_destination_panel.cc @@ -27,6 +27,7 @@ #include <wx/treelist.h> +using std::string; using std::vector; using boost::optional; #if BOOST_VERSION >= 106100 @@ -68,6 +69,14 @@ UploadDestinationPanel::UploadDestinationPanel(wxWindow* parent) void +UploadDestinationPanel::set_selected(vector<string> const& selected) +{ + for (auto // wip! + _list->SetItemState(); +} + + +void UploadDestinationPanel::checkbox_changed() { DestinationsChanged(); |
