We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855ad6c commit 2954632Copy full SHA for 2954632
src/Mod/Fem/Gui/TaskPostBoxes.cpp
@@ -1640,7 +1640,7 @@ void TaskPostCut::collectImplicitFunctions()
1640
QStringList items;
1641
std::size_t currentItem = 0;
1642
App::DocumentObject* currentFunction =
1643
- getObject<Fem::FemPostClipFilter>()->Function.getValue();
+ getObject<Fem::FemPostCutFilter>()->Function.getValue();
1644
const std::vector<App::DocumentObject*>& funcs =
1645
static_cast<Fem::FemPostFunctionProvider*>(pipeline->Functions.getValue())
1646
->Functions.getValues();
0 commit comments