FEM: Backward compatibility for post pipeline and multiple fixes
This commit is contained in:
committed by
Benjamin Nauck
parent
53a7e5ab34
commit
c8a4ff0a70
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user