mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Merge pull request #97564 from kitbdev/animation-bezier-editor-fix-box-select-mouse
Fix mouse clamping in Animation Bezier Editor box select
This commit is contained in:
commit
324659f0ca
@ -1501,11 +1501,6 @@ void AnimationBezierTrackEdit::gui_input(const Ref<InputEvent> &p_event) {
|
||||
}
|
||||
|
||||
box_selection_to = mm->get_position();
|
||||
|
||||
if (get_local_mouse_position().y < 0) {
|
||||
// Avoid cursor from going too above, so it does not lose focus with viewport.
|
||||
warp_mouse(Vector2(get_local_mouse_position().x, 0));
|
||||
}
|
||||
queue_redraw();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user