diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-19 19:19:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-19 19:19:27 +0100 |
| commit | 162901a5cb0b5be55e2d64ecbf98ed92265dc234 (patch) | |
| tree | f8ac2884630a724f8309c23d5820150c22fa484a /src/wx/editable_list.h | |
| parent | 3e024b3bf7b1814776284a87c519e9ca6a0b6bae (diff) | |
Fix non-saving of colour transform presets.
Diffstat (limited to 'src/wx/editable_list.h')
| -rw-r--r-- | src/wx/editable_list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/editable_list.h b/src/wx/editable_list.h index 98e7d0bfd..731434186 100644 --- a/src/wx/editable_list.h +++ b/src/wx/editable_list.h @@ -138,6 +138,8 @@ private: for (int i = 0; i < _columns; ++i) { _list->SetItem (item, i, std_to_wx (_column (all[item], i))); } + + _set (all); } void remove_clicked () |
