mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fix unexpected tab bar scrolling while clicking on a tab.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user