ScrollWheel problems
Hi,
Is this the right place for bug reports? I stumbled upon some problems with the ScrollWheel widget.
ScrollWheelWithSelectionStyle::setSelecteItemOffset is misspelled and is not overriding the intended setSelectedItemOffset.
Unless I have done something terribly wrong, any function that causes an internal call to ScrollWheelWithSelectionStyle::refreshDrawableListsLayout() (e.g. setSelecteItemOffset, setHeight, etc.) will fail an assert. Looks like some of the DrawableListItems are added to both list and list2 - Container::add(Drawable&) will fail assert(d.parent == 0 && "Cannot add Drawable multiple times");.