Merge pull request #59061 from fazil47/graph_edit_offset_fix

This commit is contained in:
Rémi Verschelde 2022-03-12 15:03:38 +01:00 committed by GitHub
commit d7019de7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1170,7 +1170,7 @@ void GraphEdit::gui_input(const Ref<InputEvent> &p_ev) {
if (connecting) {
force_connection_drag_end();
} else {
emit_signal(SNAME("popup_request"), get_screen_position() + b->get_position());
emit_signal(SNAME("popup_request"), b->get_position());
}
}
}