|
@@ -2550,7 +2550,7 @@ void VisualScriptEditor::_center_on_node(const StringName &p_func, int p_id) {
|
|
|
|
|
|
if (gn) {
|
|
if (gn) {
|
|
gn->set_selected(true);
|
|
gn->set_selected(true);
|
|
- Vector2 new_scroll = gn->get_offset() - graph->get_size() * 0.5 + gn->get_size() * 0.5;
|
|
|
|
|
|
+ Vector2 new_scroll = gn->get_offset() * graph->get_zoom() - graph->get_size() * 0.5 + gn->get_size() * 0.5;
|
|
graph->set_scroll_ofs(new_scroll);
|
|
graph->set_scroll_ofs(new_scroll);
|
|
script->set_function_scroll(p_func, new_scroll / EDSCALE);
|
|
script->set_function_scroll(p_func, new_scroll / EDSCALE);
|
|
script->set_edited(true);
|
|
script->set_edited(true);
|