Merge pull request #67660 from Rindbee/improve-setter-for-Range

Improve validation when setting `max`/`min`/`page` in `Range`
This commit is contained in:
Rémi Verschelde 2022-12-01 18:11:01 +01:00
commit e5f0a565e2
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 9 additions and 13 deletions

View file

@ -59,7 +59,6 @@ class Range : public Control {
void _value_changed_notify();
void _changed_notify(const char *p_what = "");
void _validate_values();
protected:
virtual void _value_changed(double p_value);