Index: branches/5.3.x/core/units/helpers/col_picker_helper.php =================================================================== diff -u -N -r16503 -r16600 --- branches/5.3.x/core/units/helpers/col_picker_helper.php (.../col_picker_helper.php) (revision 16503) +++ branches/5.3.x/core/units/helpers/col_picker_helper.php (.../col_picker_helper.php) (revision 16600) @@ -1,6 +1,6 @@ pickerData->allFields as $field ) { - if ( $field == '__FREEZER__' ) { + if ( $field == '__FREEZER__' || $this->pickerData->isHidden($field) ) { continue; }