Fix not being able to select an editor layout created in another language.

This commit is contained in:
Michael Alexsander Silva Dias 2017-11-25 23:59:31 -02:00
parent 73a26b4c3f
commit 8987f932d6
5 changed files with 16 additions and 8 deletions

View file

@ -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();