mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
*** empty log message ***
This commit is contained in:
parent
59f97a60c5
commit
eec3c1a499
@ -850,7 +850,7 @@ bool SMESH_ActorDef::Init(TVisualObjPtr theVisualObj,
|
||||
if( !mgr )
|
||||
return false;
|
||||
|
||||
QString aMode = mgr->stringValue( "DisplayMode", "SMESH" );
|
||||
QString aMode = mgr->stringValue( "SMESH", "display_mode" );
|
||||
SetRepresentation(-1);
|
||||
|
||||
if(aMode.compare("Wireframe") == 0){
|
||||
@ -861,8 +861,7 @@ bool SMESH_ActorDef::Init(TVisualObjPtr theVisualObj,
|
||||
SetRepresentation(ePoint);
|
||||
}
|
||||
|
||||
aMode = mgr->stringValue( "Shrink", "SMESH" );
|
||||
if(aMode == "yes"){
|
||||
if(aMode == "Shrink"){
|
||||
SetShrink();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user