mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 10:20:34 +05:00
fix PAL12004. it is not a right place for OSD::SetSignal()
This commit is contained in:
parent
952611d6fc
commit
ee40236d12
@ -287,7 +287,8 @@ static bool computeParamByFunc(Adaptor3d_Curve& C3d, double first, double last,
|
||||
int nbSeg, Function& func,
|
||||
list<double>& theParams)
|
||||
{
|
||||
OSD::SetSignal( true );
|
||||
// never do this way
|
||||
//OSD::SetSignal( true );
|
||||
|
||||
if( nbSeg<=0 )
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user