Fix mixed line endings

This commit is contained in:
Zheng, Lei
2022-04-26 12:52:55 -05:00
committed by Chris Hennes
parent 2753dd4ca7
commit 3ef438eaf0
66 changed files with 344 additions and 344 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ short DrawProjGroup::mustExecute() const
spacingX.isTouched() ||
spacingY.isTouched();
}
if (result)
if (result)
return result;
return TechDraw::DrawViewCollection::mustExecute();
}