Fix unexpected auto-translation of more editor components
This commit is contained in:
parent
d2f9245ddc
commit
f298aaa956
6 changed files with 6 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue