Fix unexpected tab bar scrolling while clicking on a tab.

This commit is contained in:
Martín Lucas Golini
2024-12-11 15:23:20 -03:00
parent 88f38c313a
commit 43a6f34eaf
3 changed files with 19 additions and 14 deletions

View File

@@ -34,11 +34,11 @@ class EE_API UISlider : public UIWidget {
const Float& getValue() const;
virtual void setMinValue( const Float& MinVal );
virtual void setMinValue( const Float& minVal );
const Float& getMinValue() const;
virtual void setMaxValue( const Float& MaxVal );
virtual void setMaxValue( const Float& maxVal );
const Float& getMaxValue() const;