Make sure stylebox is valid in EditorSpinSlider before using it

This commit is contained in:
Yuri Sizov 2021-08-14 00:07:59 +03:00
parent f32c042f3e
commit 0d3e85c665
2 changed files with 173 additions and 160 deletions

View file

@ -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);