mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Make sure stylebox is valid in EditorSpinSlider before using it
This commit is contained in:
parent
f32c042f3e
commit
0d3e85c665
2 changed files with 173 additions and 160 deletions
|
|
@ -81,6 +81,7 @@ class EditorSpinSlider : public Range {
|
|||
|
||||
void _update_value_input_stylebox();
|
||||
void _ensure_input_popup();
|
||||
void _draw_spin_slider();
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue