Community
Participate
Working Groups
Split "Slider" into "BasicSlider" and "Slider". BasicSlider can then be used as a superclass for ScrollBar. Of course first a SliderTest has to be written.
We don't actually need a BasicSlider, an abstract class will do just fine..,
Fixed in CVS HEAD. I also took the oppurtunity to refactor the resulting AbstractSlider in some aspects: - Changed formatting in some cases to better match our coding-conventions. - Renamed some variables for better legibility. - Reduced size by extracting helper-functions. - Removed the "line" widget which was not necessary.