mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Change EditorSpinSlider's popup to Control
This commit is contained in:
parent
39534a7aec
commit
c70271ee47
2 changed files with 5 additions and 8 deletions
|
|
@ -63,7 +63,7 @@ class EditorSpinSlider : public Range {
|
|||
Vector2 grabbing_spinner_mouse_pos;
|
||||
double pre_grab_value = 0.0;
|
||||
|
||||
Popup *value_input_popup = nullptr;
|
||||
Control *value_input_popup = nullptr;
|
||||
LineEdit *value_input = nullptr;
|
||||
bool value_input_just_closed = false;
|
||||
bool value_input_dirty = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue