Merge pull request #59061 from fazil47/graph_edit_offset_fix
This commit is contained in:
commit
d7019de7e3
|
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue