mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 02:30:33 +05:00
bug 13314
Correct min value
This commit is contained in:
parent
e36717feb0
commit
8bbd05c3d4
@ -286,6 +286,10 @@ SMESH_ActorDef::SMESH_ActorDef()
|
||||
myScalarBarActor->SetVisibility(false);
|
||||
myScalarBarActor->SetLookupTable(myLookupTable);
|
||||
|
||||
//Fix for Bug 13314:
|
||||
//Incorrect "Min value" in Scalar Bar in Mesh:
|
||||
myScalarBarActor->SetLabelFormat("%.4g");
|
||||
|
||||
mgr = SUIT_Session::session()->resourceMgr();
|
||||
if( !mgr )
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user