GuiSliderCtrl bug
by Kalle Wik · in Torque Game Builder · 04/05/2007 (4:36 pm) · 0 replies
Bug: the slider control gets chopped off on the right-hand side. Can be seen in the stock Options dialog for Music, Sound Effects sliders.
At one point we dug into the engine code and fixed it, it appears the parameter is hardcoded to a too-skinny-width of maybe 5 or 6 pixels.
The fast fix would be to match that parameter to the stock slider, which is of acceptable width.
The better fix would be to expose the parameter, so round sliders or other cool shapes could be used.
Okay it's minor, however two sliders go into every game's options dialog.
At one point we dug into the engine code and fixed it, it appears the parameter is hardcoded to a too-skinny-width of maybe 5 or 6 pixels.
The fast fix would be to match that parameter to the stock slider, which is of acceptable width.
The better fix would be to expose the parameter, so round sliders or other cool shapes could be used.
Okay it's minor, however two sliders go into every game's options dialog.