mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
spin_slider added ctrl and shift shrotcuts, removed exp dragging
This commit is contained in:
parent
085483e885
commit
1706f636d7
2 changed files with 21 additions and 13 deletions
|
|
@ -57,6 +57,7 @@ class EditorSpinSlider : public Range {
|
|||
bool grabbing_spinner;
|
||||
|
||||
bool read_only;
|
||||
float grabbing_spinner_dist_cache;
|
||||
Vector2 grabbing_spinner_mouse_pos;
|
||||
|
||||
LineEdit *value_input;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue