garrynewman / GWEN

Abandoned: GWEN - GUI Without Extravagant Nonsense.
MIT License
427 stars 102 forks source link

Repostion Slider Bar when Slider size changes #82

Closed epajarre closed 10 years ago

epajarre commented 10 years ago

Reposition Slider Bar when Slider size changes by adding Slider:OnBoundsChanged(). Had to add empty body for UpdateBarFromValue, because it may be called from constructor. (Should fix that, but Gwen seems to end up calling virtual functions from constructors also otherwise.)