[SCHEDULER-745]  Default value for Periodic AF remains bold in config form
Type Bug
Priority Low
Severity Trivial
Component Dispatch Scheduler Engine
Fixed In Version [3.53.5
Versions Affected [3.43.4
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 1/30/2012

Description
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.

Comments
1/30/2012 11:19:46 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 248
Affected files /trunk/Help/RelNotes.htm (Modified)
/trunk/Scheduler/ConfigForm.cs (Modified)
Check-in comment Fix display of default value for periodic AF interval GEM:745