[TD]fix update suppression logic
This commit is contained in:
committed by
WandererFan
parent
e7df102e22
commit
aa4ba37a6c
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user