Kevincosme / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Extended Slider component: SliderThumb casts its parent to ExtendedSlider not SliderBase #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In SliderThumb in multiple places the parent is case to ExtendedSlider
rather than too SliderBase. I am using your SliderBase as a subclass for a
custom slider of my own and so this causes errors. It seems to work fine
(in my case at least) if I replace all of the casts as in the attached patch.

Hope this helps,

Kelvin :)

Original issue reported on code.google.com by kelvin.l...@gmail.com on 11 Jul 2007 at 4:39

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 8 Sep 2007 at 10:39

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 9 Sep 2007 at 1:40