]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Merge branch 'master' into agy/NewPV1_For_850 agy/NewPV1_For_850
authorTMA Salome <tma.edf@opencascade.com>
Thu, 21 Dec 2017 15:00:46 +0000 (16:00 +0100)
committerTMA Salome <tma.edf@opencascade.com>
Thu, 21 Dec 2017 15:00:46 +0000 (16:00 +0100)
src/SVTK/SVTK_Recorder.cxx
src/VTKViewer/VTKViewer_Texture.cxx

index c75e35d7898e3aa996123358d8d10b5912381ae2..955849c948c1fdb08230fe1c39fd8971d6a65941 100755 (executable)
@@ -396,8 +396,7 @@ SVTK_Recorder
     return;
   }
   myFilter->UpdateInformation();
-  myFilter->SetUpdateExtentToWholeExtent();
-  myFilter->Update();
+  myFilter->UpdateWholeExtent();
 }
 
 
index 7b20cd5e167f49139a8eafb3db0d57712d8ab828..c6faba0b19e009aaeccf64bc1e0a7a1333969567 100644 (file)
@@ -534,7 +534,7 @@ void VTKViewer_Texture::Load(vtkRenderer *ren)
 
       // make sure using unsigned char data of color scalars type
       if (this->IsDepthTexture != 1 &&
-        (this->MapColorScalarsThroughLookupTable ||
+        (this->ColorMode ||
          scalars->GetDataType() != VTK_UNSIGNED_CHAR ))
         {
         dataPtr = this->MapScalarsToColors (scalars);