I have a question about a change in wxSlider in 2.5.4 in wxMSW:
In 2.5.3, when I used the wxSL_LABELS style (in a horizontal slider) the label numbers appeared to the left and right of the slider, with a little box on the left with the actual value. This worked well in my control layout, because it made the slider about the same height as a normal text box.
In 2.5.4, the labels now appear above the slider control, and make it incredibly ugly, and three times as tall as all my other controls.
Is there any way to get back to the old style? it would make my life easier, rather than having to code my own little textbox that updates by the slider.
Thanks
-robin