mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix not being able to select an editor layout created in another language.
This commit is contained in:
@@ -93,9 +93,10 @@ void NodeDock::set_node(Node *p_node) {
|
||||
}
|
||||
|
||||
NodeDock::NodeDock() {
|
||||
|
||||
singleton = this;
|
||||
|
||||
set_name(TTR("Node"));
|
||||
set_name("Node");
|
||||
mode_hb = memnew(HBoxContainer);
|
||||
add_child(mode_hb);
|
||||
mode_hb->hide();
|
||||
|
||||
Reference in New Issue
Block a user