]> Creatis software - clitk.git/commitdiff
Default opacity is now 0.5
authorDavid Sarrut <david.sarrut@gmail.com>
Fri, 19 Oct 2012 07:40:05 +0000 (09:40 +0200)
committerDavid Sarrut <david.sarrut@gmail.com>
Fri, 19 Oct 2012 07:40:05 +0000 (09:40 +0200)
vv/vvROIActor.cxx

index 6e794567359681bd72874d36a0031c3d88cd8011..74d588328865cdfa27ca192a0d44daf5cdcb7a3d 100644 (file)
@@ -35,7 +35,7 @@ vvROIActor::vvROIActor()
 {
   mIsVisible = true;
   mIsContourVisible = false;
-  mOpacity = 0.7;
+  mOpacity = 0.5;
   mIsSelected = false;
   mContourWidth = 1;
   mContourColor.resize(3);