[Part Design] allow for preselecting loft sections and pipe spines prior to invoking command
This commit is contained in:
@@ -108,6 +108,9 @@ TaskLoftParameters::TaskLoftParameters(ViewProviderLoft *LoftView,bool /*newObj*
|
||||
item->setData(Qt::UserRole, QByteArray(obj->getNameInDocument()));
|
||||
ui->listWidgetReferences->addItem(item);
|
||||
}
|
||||
if (loft->Sections.getValues().size()>0){
|
||||
static_cast<ViewProviderLoft*>(vp)->makeTemporaryVisible(true);
|
||||
}
|
||||
|
||||
// activate and de-activate dialog elements as appropriate
|
||||
for (QWidget* child : proxy->findChildren<QWidget*>())
|
||||
|
||||
Reference in New Issue
Block a user