mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +01:00
Fix the add popup for mat maker's ui.
This commit is contained in:
parent
315f642c3a
commit
764c285223
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user