godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.83k stars 21.13k forks source link

GraphEdit selection doesn't respect start position when scrolling #55071

Open me2beats opened 2 years ago

me2beats commented 2 years ago

Godot version

3.4

System information

Windows

Issue description

I can't select GraphEdit nodes far from each other using standard selection tool (selection rectangle). When I scroll with the mousewheel, selection rectangle start position changes.

Steps to reproduce

https://user-images.githubusercontent.com/16458555/142309366-4af48706-bfe8-47b4-b478-bd15a7dead37.mp4

Minimal reproduction project

No response

me2beats commented 2 years ago

here's how I assumed it would work

https://user-images.githubusercontent.com/16458555/142454930-1d48a771-e3c9-43e2-acb1-e171a4d9bff5.mp4