Merge pull request #67660 from Rindbee/improve-setter-for-Range
Improve validation when setting `max`/`min`/`page` in `Range`
This commit is contained in:
commit
e5f0a565e2
2 changed files with 9 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue