Popups have also been converted to windows
Controls using the old modal API have been replaced to use popups.
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user