Fem: added signals and slots to notify when first function is added

This commit is contained in:
wmayer
2022-06-14 01:36:03 +02:00
parent 26d6192b07
commit d64b9750da
3 changed files with 49 additions and 12 deletions

View File

@@ -626,6 +626,7 @@ bool ViewProviderFemPostObject::setEdit(int ModNum) {
else {
postDlg = new TaskDlgPost(this);
setupTaskDialog(postDlg);
postDlg->connectSlots();
Gui::Control().showDialog(postDlg);
}