+ fix but that Angle has no effect after creation of revolve feature

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5411 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer 2012-01-16 21:58:58 +00:00
parent a75fb03407
commit f9f668f8fc

View File

@ -49,6 +49,7 @@ short Revolution::mustExecute() const
{
if (Base.isTouched() ||
Axis.isTouched() ||
Angle.isTouched() ||
Source.isTouched())
return 1;
return 0;