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 | |
| parent | 3e024b3bf7b1814776284a87c519e9ca6a0b6bae (diff) | |
Fix non-saving of colour transform presets.
| -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 () |
