[TD]fix fail on object deleted during dialog (#9626)

This commit is contained in:
wandererfan
2023-05-21 20:12:15 -04:00
committed by WandererFan
parent 83dec50295
commit 27ef8a598d
3 changed files with 50 additions and 10 deletions

View File

@@ -162,5 +162,6 @@ bool ViewProviderBalloon::canDelete(App::DocumentObject *obj) const
// deletions of a balloon object doesn't destroy anything
// thus we can pass this action
Q_UNUSED(obj)
Base::Console().Message("VPB::canDelete()\n");
return true;
}