[TD]fix update suppression logic

This commit is contained in:
Wanderer Fan
2022-03-14 12:02:25 -04:00
committed by WandererFan
parent e7df102e22
commit aa4ba37a6c
5 changed files with 22 additions and 23 deletions

View File

@@ -129,6 +129,9 @@ bool DrawProjGroupItem::showLock(void) const
App::DocumentObjectExecReturn *DrawProjGroupItem::execute(void)
{
// Base::Console().Message("DPGI::execute(%s)\n",Label.getValue());
if (!keepUpdated()) {
return App::DocumentObject::StdReturn;
}
bool haveX = checkXDirection();
if (!haveX) {