mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
hide unused exp_edit from SpinBox inspector
This commit is contained in:
parent
98ddec4b8b
commit
177bba12b0
2 changed files with 7 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue