Skip to content

Commit

Permalink
Don't traslate preview in node batch rename dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyqiu committed May 21, 2024
1 parent 40b4130 commit 09feef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/rename_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ RenameDialog::RenameDialog(SceneTreeEditor *p_scene_tree_editor) {
vbc->add_child(lbl_preview_title);

lbl_preview = memnew(Label);
lbl_preview->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
lbl_preview->set_autowrap_mode(TextServer::AUTOWRAP_WORD_SMART);
vbc->add_child(lbl_preview);

Expand Down

0 comments on commit 09feef3

Please sign in to comment.