]> Creatis software - clitk.git/blobdiff - vv/vvToolROIManager.cxx
Attempt to fix the blend image actor for the new vtk release (5.10)
[clitk.git] / vv / vvToolROIManager.cxx
index 2ff6a6d210b974a6318d9817c779705e6fdaff09..738274667a43126eec48d244b2e51114b952ebd1 100644 (file)
@@ -101,7 +101,7 @@ void vvToolROIManager::Initialize() {
   SetToolMenuName("Display ROI (binary image)");
   SetToolIconFilename(":/common/icons/tool-roi.png");
   SetToolTip("Display ROI from a binary image.");
-  SetToolExperimental(true);
+  SetToolExperimental(false);
 }
 //------------------------------------------------------------------------------