Fix crash in EditorSpinSlider
This commit is contained in:
parent
afc59ae84b
commit
110236f761
2 changed files with 6 additions and 1 deletions
|
|
@ -389,6 +389,11 @@ void EditorSpinSlider::_notification(int p_what) {
|
|||
}
|
||||
}
|
||||
|
||||
LineEdit *EditorSpinSlider::get_line_edit() {
|
||||
_ensure_input_popup();
|
||||
return value_input;
|
||||
}
|
||||
|
||||
Size2 EditorSpinSlider::get_minimum_size() const {
|
||||
Ref<StyleBox> sb = get_theme_stylebox("normal", "LineEdit");
|
||||
Ref<Font> font = get_theme_font("font", "LineEdit");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue