mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Popups have also been converted to windows
Controls using the old modal API have been replaced to use popups.
This commit is contained in:
parent
09ba290364
commit
b3080bc2f4
25 changed files with 326 additions and 95 deletions
|
|
@ -62,6 +62,7 @@ class EditorSpinSlider : public Range {
|
|||
Vector2 grabbing_spinner_mouse_pos;
|
||||
double pre_grab_value;
|
||||
|
||||
Popup *value_input_popup;
|
||||
LineEdit *value_input;
|
||||
bool value_input_just_closed;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue