[TD]review comments and rebase for PR7197
This commit is contained in:
committed by
WandererFan
parent
e326f9bd99
commit
111aef4866
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user