Fix spinner in AnimationTrackEdit in FPS mode
This commit is contained in:
parent
5efd124ca1
commit
e283fdfb59
4 changed files with 19 additions and 12 deletions
|
|
@ -67,6 +67,7 @@ void EditorSpinSlider::gui_input(const Ref<InputEvent> &p_event) {
|
|||
} else {
|
||||
set_value(get_value() - get_step());
|
||||
}
|
||||
emit_signal("updown_pressed");
|
||||
return;
|
||||
}
|
||||
_grab_start();
|
||||
|
|
@ -696,6 +697,7 @@ void EditorSpinSlider::_bind_methods() {
|
|||
|
||||
ADD_SIGNAL(MethodInfo("grabbed"));
|
||||
ADD_SIGNAL(MethodInfo("ungrabbed"));
|
||||
ADD_SIGNAL(MethodInfo("updown_pressed"));
|
||||
ADD_SIGNAL(MethodInfo("value_focus_entered"));
|
||||
ADD_SIGNAL(MethodInfo("value_focus_exited"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue