WHen default values are displayed in the scheduler config form, they should not be bold. However, Periodic Autofocus, when set to 0 (its default value) remains bold. This is because the default values in the ConfigForm class are 0 and not 0.0 as required because the value is a double not an int. |