1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Fix unexpected auto-translation of more editor components

This commit is contained in:
Haoyu Qiu
2024-03-28 09:16:56 +08:00
parent d2f9245ddc
commit f298aaa956
6 changed files with 6 additions and 13 deletions

View File

@@ -41,6 +41,7 @@
EditorDebuggerTree::EditorDebuggerTree() {
set_v_size_flags(SIZE_EXPAND_FILL);
set_allow_rmb_select(true);
set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
// Popup
item_menu = memnew(PopupMenu);