Remove get_local_mouse_position() hack in GraphEdit

This commit is contained in:
smartin015 2020-05-04 20:36:52 +02:00
parent 988dd09047
commit 00457c68bc
2 changed files with 5 additions and 9 deletions

View file

@ -97,7 +97,6 @@ private:
bool dragging;
bool just_selected;
Vector2 drag_accum;
Point2 drag_origin; // Workaround for GH-5907
float zoom;