Skip to content

Commit

Permalink
Merge pull request #77217 from hakro/disable-nodepath-auto-translate
Browse files Browse the repository at this point in the history
Do not translate node name when assigned to an exported field
  • Loading branch information
akien-mga committed May 19, 2023
2 parents 9a0e250 + f2383b7 commit 9dfae0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/editor_properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3710,6 +3710,7 @@ EditorPropertyNodePath::EditorPropertyNodePath() {
assign->set_flat(true);
assign->set_h_size_flags(SIZE_EXPAND_FILL);
assign->set_clip_text(true);
assign->set_auto_translate(false);
assign->connect("pressed", callable_mp(this, &EditorPropertyNodePath::_node_assign));
SET_DRAG_FORWARDING_CD(assign, EditorPropertyNodePath);
hbc->add_child(assign);
Expand Down

0 comments on commit 9dfae0e

Please sign in to comment.