EgtMachKernel 2.2b2 :
- in fresature e mortasature se elevazione troppo alta riduco sempre affondamnto con warning e non errore.
This commit is contained in:
+1
-1
@@ -359,7 +359,7 @@ MortisingData::VerifySolCh( int nVal) const
|
||||
bool
|
||||
MortisingData::VerifyFaceUse( int nVal) const
|
||||
{
|
||||
return ( nVal == MILL_FU_NONE ||
|
||||
return ( nVal == MORTISE_FU_NONE ||
|
||||
( nVal >= MORTISE_FU_PARAL_DOWN && nVal <= MORTISE_FU_PARAL_RIGHT)) ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user