hide unused exp_edit from SpinBox inspector
This commit is contained in:
@ -139,6 +139,7 @@ class SpinBox : public Range {
|
||||
protected:
|
||||
virtual void gui_input(const Ref<InputEvent> &p_event) override;
|
||||
void _value_changed(double p_value) override;
|
||||
void _validate_property(PropertyInfo &p_property) const;
|
||||
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
|
||||
Reference in New Issue
Block a user