[Plib-devel] [PATCH] puSlider.cxx: allow fraction 1.0
Brought to you by:
sjbaker
From: Melchior F. <mf...@us...> - 2009-01-12 14:52:06
|
Currently puSlider changes slider fractions >=1 to 0.9. That's patronizing and very annoying. A fraction of 1.0 makes perfectly sense, and if some puSlider using code doesn't like that, it can still replace 1.0 by 0.9 or M_PI. (Of course, ideally, a slider should get removed if the fraction is 1.0, but this is, again, for the plib user to decide, not plib.) m. |