mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Improve dragging behavior of editor_spin_slider
Fixes issues with changing the size or position of a Rect. Fixes #23011
This commit is contained in:
parent
da1f53c8d9
commit
e890a7d627
2 changed files with 5 additions and 2 deletions
|
|
@ -59,6 +59,7 @@ class EditorSpinSlider : public Range {
|
|||
bool read_only;
|
||||
float grabbing_spinner_dist_cache;
|
||||
Vector2 grabbing_spinner_mouse_pos;
|
||||
double pre_grab_value;
|
||||
|
||||
LineEdit *value_input;
|
||||
bool value_input_just_closed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue