mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix not being able to select an editor layout created in another language.
This commit is contained in:
parent
73a26b4c3f
commit
8987f932d6
5 changed files with 16 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue