mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Shrink factor incorrect default value:
Fixed.
This commit is contained in:
parent
05fdecbb6a
commit
92ea065d97
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user