mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +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,
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user