]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/QT/SimpleMPRWidget.cxx
...
[cpPlugins.git] / lib / cpExtensions / QT / SimpleMPRWidget.cxx
index 62b92961f849085c0d37804565a73641544f6d4b..98c8191b40fb0887795454bcfb29ba2aec1bfb21 100644 (file)
@@ -541,6 +541,7 @@ Configure( vtkPolyData* pd )
     range[ 0 ], ( ( range[ 1 ] - range[ 0 ] ) * 0.75 ) + range[ 0 ]
     );
   this->Actor->SetMapper( this->Mapper );
+  this->Actor->GetProperty( )->SetPointSize( 10 );
   this->Actor->DeferLODConstructionOff( );
 }