From: Bill Z. <wrz...@po...> - 2005-03-30 04:56:11
|
Hiroo Hayashi wrote: >Hi Bill, > >I'm afraid that this change might break existing drivers. How did you >confirm it did not? > >billzwicky> Date: Saturday March 19, 2005 @ 13:38 >billzwicky> Author: billzwicky >billzwicky> >billzwicky> Update of /cvsroot/jsynthlib/JSynthLib/core >billzwicky> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6388/core >billzwicky> >billzwicky> Modified Files: >billzwicky> ScrollBarLookupWidget.java >billzwicky> Log Message: >billzwicky> Value range now corresponds to the string list. i.e. If the range -2,+2 is given, then the first string will have the value -2. > > I searched all uses of ScrollBarLookup, and found that all instances have a min value of zero. Logically, it made no sense for min to be non-zero before the patch, so I felt safe making this patch. -Bill |