Skip to content

Commit f7de98a

Browse files
committed
Merge pull request #109294 from timothyqiu/flags-atr
Disable auto translation of flag names in the inspector
2 parents bb02ab2 + 0b15698 commit f7de98a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/inspector/editor_properties.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,7 @@ void EditorPropertyFlags::setup(const Vector<String> &p_options) {
931931

932932
EditorPropertyFlags::EditorPropertyFlags() {
933933
vbox = memnew(VBoxContainer);
934+
vbox->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
934935
add_child(vbox);
935936
}
936937

0 commit comments

Comments
 (0)