Skip to content

Commit 2954632

Browse files
committed
Fem: Fix crash in Cut filter
1 parent 855ad6c commit 2954632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mod/Fem/Gui/TaskPostBoxes.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ void TaskPostCut::collectImplicitFunctions()
16401640
QStringList items;
16411641
std::size_t currentItem = 0;
16421642
App::DocumentObject* currentFunction =
1643-
getObject<Fem::FemPostClipFilter>()->Function.getValue();
1643+
getObject<Fem::FemPostCutFilter>()->Function.getValue();
16441644
const std::vector<App::DocumentObject*>& funcs =
16451645
static_cast<Fem::FemPostFunctionProvider*>(pipeline->Functions.getValue())
16461646
->Functions.getValues();

0 commit comments

Comments
 (0)