mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix crash in EditorSpinSlider
This commit is contained in:
parent
afc59ae84b
commit
110236f761
2 changed files with 6 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ public:
|
|||
void set_custom_label_color(bool p_use_custom_label_color, Color p_custom_label_color);
|
||||
|
||||
void setup_and_show() { _focus_entered(); }
|
||||
LineEdit *get_line_edit() { return value_input; }
|
||||
LineEdit *get_line_edit();
|
||||
|
||||
virtual Size2 get_minimum_size() const override;
|
||||
EditorSpinSlider();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue