mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Disable auto translation of flag names in the inspector
This commit is contained in:
parent
45509c284c
commit
0b156980f3
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue