diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | src/wx/editable_list.h | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2013-10-19 Carl Hetherington <cth@carlh.net> + * Fix non-saving of colour transform presets. + * Some improvements in progress reporting, especially for long encodes. 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 () |
