mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50: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;
|
||||
break;
|
||||
case 6009:
|
||||
aTitle = QObject::tr( "VOLUME_3D_ELEMENTS" );
|
||||
aTitle = QObject::tr( "SMESH_VOLUME" );
|
||||
aControl = SMESH_Actor::eVolume3D;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user