Fix the add popup for mat maker's ui.

This commit is contained in:
Relintai 2022-06-15 10:33:57 +02:00
parent 315f642c3a
commit 764c285223

View File

@ -102,6 +102,8 @@ void MatMakerGDEditor::_notification(int p_what) {
_graph_edit->connect("connection_request", this, "on_graph_edit_connection_request"); _graph_edit->connect("connection_request", this, "on_graph_edit_connection_request");
_graph_edit->connect("disconnection_request", this, "on_graph_edit_disconnection_request"); _graph_edit->connect("disconnection_request", this, "on_graph_edit_disconnection_request");
_create_popup->connect("ok_pressed", this, "_on_AddPopup_ok_pressed");
} }
} }