FEM: Backward compatibility for post pipeline and multiple fixes

This commit is contained in:
Stefan Tröger
2024-12-22 15:45:17 +01:00
committed by Benjamin Nauck
parent 53a7e5ab34
commit c8a4ff0a70
16 changed files with 220 additions and 136 deletions

View File

@@ -233,7 +233,7 @@ bool ViewProviderFemPostPipeline::acceptReorderingObjects() const {
return true;
}
bool ViewProviderFemPostPipeline::canDragObjectToTarget(App::DocumentObject* obj, App::DocumentObject* target) const {
bool ViewProviderFemPostPipeline::canDragObjectToTarget(App::DocumentObject*, App::DocumentObject* target) const {
// allow drag only to other post groups
if (target) {