*** empty log message ***

This commit is contained in:
asl 2005-07-22 03:25:55 +00:00
parent 59f97a60c5
commit eec3c1a499

View File

@ -850,7 +850,7 @@ bool SMESH_ActorDef::Init(TVisualObjPtr theVisualObj,
if( !mgr ) if( !mgr )
return false; return false;
QString aMode = mgr->stringValue( "DisplayMode", "SMESH" ); QString aMode = mgr->stringValue( "SMESH", "display_mode" );
SetRepresentation(-1); SetRepresentation(-1);
if(aMode.compare("Wireframe") == 0){ if(aMode.compare("Wireframe") == 0){
@ -861,8 +861,7 @@ bool SMESH_ActorDef::Init(TVisualObjPtr theVisualObj,
SetRepresentation(ePoint); SetRepresentation(ePoint);
} }
aMode = mgr->stringValue( "Shrink", "SMESH" ); if(aMode == "Shrink"){
if(aMode == "yes"){
SetShrink(); SetShrink();
} }