Fix non-saving of colour transform presets.
authorCarl Hetherington <cth@carlh.net>
Sat, 19 Oct 2013 18:19:27 +0000 (19:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 19 Oct 2013 18:19:27 +0000 (19:19 +0100)
ChangeLog
src/wx/editable_list.h

index ca5e6bb313c14d1a8baa9b451fcb8fb0933500b5..218ed6f028fd70d34673e42a9857872aaed7ca1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 98e7d0bfd64509ba503db48cba2a8db9113bb6bf..731434186001cb5d220b08d58b0d6dcc27350202 100644 (file)
@@ -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 ()