Shrink factor incorrect default value:

Fixed.
This commit is contained in:
enk 2005-08-02 12:40:09 +00:00
parent 05fdecbb6a
commit 92ea065d97

View File

@ -259,7 +259,7 @@ SMESH_ActorDef::SMESH_ActorDef()
myHighlitableActor->PickableOff();
myHighlitableActor->SetRepresentation(SMESH_DeviceActor::eWireframe);
SetShrinkFactor( SMESH::GetFloat( "SMESH", "shrink_coeff", 0.75 ) );
SetShrinkFactor( SMESH::GetFloat( "SMESH:shrink_coeff", 0.75 ) );
myName = "";
myIO = NULL;