Salome HOME
[MEDCalc] Proper autoscale for vector field.
[modules/med.git] / src / MEDCalc / cmp / MEDPresentation.txx
index bb3410b5c902d7b1ac17cbaccbd91cd8c4a41d85..84b4137c4b55dee3d2421171cd294594dc0f6979 100644 (file)
@@ -92,7 +92,6 @@ MEDPresentation::updateComponent(const std::string& newCompo)
     selectFieldComponent();
     // The component has changed, we need to rescale the scalar bar to adapt:
     rescaleTransferFunction();
-    fixScalarBarTitle();   // should be fixed in PV one day!
     pushAndExecPyLine("pvs.Render();");
   }
 }