mirror of
https://github.com/godotengine/godot.git
synced 2026-05-12 22:35:35 +00:00
Fix visual shift of animation editor keys during selection
(cherry picked from commit c2d191e5f3)
This commit is contained in:
@@ -3251,6 +3251,7 @@ void AnimationTrackEdit::gui_input(const Ref<InputEvent> &p_event) {
|
||||
}
|
||||
|
||||
bool selected = _try_select_at_ui_pos(pos, mb->is_command_or_control_pressed() || mb->is_shift_pressed(), false);
|
||||
moving_selection_attempt = false;
|
||||
|
||||
menu->clear();
|
||||
if (animation->track_get_type(track) == Animation::TYPE_METHOD) {
|
||||
|
||||
Reference in New Issue
Block a user