fix PAL12004. it is not a right place for OSD::SetSignal()

This commit is contained in:
eap 2006-05-26 08:47:41 +00:00
parent 952611d6fc
commit ee40236d12

View File

@ -287,7 +287,8 @@ static bool computeParamByFunc(Adaptor3d_Curve& C3d, double first, double last,
int nbSeg, Function& func, int nbSeg, Function& func,
list<double>& theParams) list<double>& theParams)
{ {
OSD::SetSignal( true ); // never do this way
//OSD::SetSignal( true );
if( nbSeg<=0 ) if( nbSeg<=0 )
return false; return false;