]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewPoint.cpp
#3549 Bug contour opacity windows NVIDIA
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / manualContour / manualViewPoint.cpp
index 6cfdf16f9afbc50662efc85eefc642849b4afe38..001bb8e0a39206b21266cd91ced40061224d7c09 100644 (file)
@@ -157,8 +157,8 @@ vtkActor* manualViewPoint::CreateVtkPointActor()
        _pointVtkActor  =       vtkActor::New();
     
     //EED 2023-07-27
-    //    _contourVtkActor->GetProperty()->SetOpacity(1.0);
-    _pointVtkActor->GetProperty()->SetOpacity(0.9999);
+     _pointVtkActor->GetProperty()->SetOpacity(1);
+//    _pointVtkActor->GetProperty()->SetOpacity(0.9999);
 
     _bboxMapper                =       vtkPolyDataMapper::New();