mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
Correct the scalar bar title for the volume control.
This commit is contained in:
parent
1ca52d6d92
commit
6719903275
@ -584,7 +584,7 @@ namespace{
|
|||||||
aControl = SMESH_Actor::eSkew;
|
aControl = SMESH_Actor::eSkew;
|
||||||
break;
|
break;
|
||||||
case 6009:
|
case 6009:
|
||||||
aTitle = QObject::tr( "VOLUME_3D_ELEMENTS" );
|
aTitle = QObject::tr( "SMESH_VOLUME" );
|
||||||
aControl = SMESH_Actor::eVolume3D;
|
aControl = SMESH_Actor::eVolume3D;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user