You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Merge pull request #109294 from timothyqiu/flags-atr
Disable auto translation of flag names in the inspector
This commit is contained in:
@@ -931,6 +931,7 @@ void EditorPropertyFlags::setup(const Vector<String> &p_options) {
|
|||||||
|
|
||||||
EditorPropertyFlags::EditorPropertyFlags() {
|
EditorPropertyFlags::EditorPropertyFlags() {
|
||||||
vbox = memnew(VBoxContainer);
|
vbox = memnew(VBoxContainer);
|
||||||
|
vbox->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||||
add_child(vbox);
|
add_child(vbox);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user