move feature pick dialog into the task view

This commit is contained in:
Stefan Tröger
2015-05-06 06:04:15 +02:00
parent c4f5d790be
commit d5d6b30af3
11 changed files with 782 additions and 297 deletions

View File

@@ -124,7 +124,7 @@ void ControlSingleton::showDialog(Gui::TaskView::TaskDialog *dlg)
if (ActiveDialog == dlg)
return; // dialog is already defined
ActiveDialog = dlg;
connect(dlg, SIGNAL(destroyed()), this, SLOT(closedDialog()));
connect(dlg, SIGNAL(aboutToBeDestroyed()), this, SLOT(closedDialog()));
}
// not all workbenches have the combo view enabled
else if (!_taskPanel) {