You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user