[TD]review comments and rebase for PR7197

This commit is contained in:
Wanderer Fan
2022-07-20 11:53:21 -04:00
committed by WandererFan
parent e326f9bd99
commit 111aef4866
4 changed files with 7 additions and 3 deletions

View File

@@ -75,6 +75,7 @@ DrawViewArch::~DrawViewArch()
{
}
//NOTE: DocumentObject::mustExecute returns 1/0 and not true/false
short DrawViewArch::mustExecute() const
{
if (!isRestoring()) {
@@ -89,7 +90,7 @@ short DrawViewArch::mustExecute() const
CutLineWidth.isTouched() ||
JoinArch.isTouched()
) {
return true;
return 1;
}
}
return DrawViewSymbol::mustExecute();