]> Creatis software - clitk.git/commitdiff
Make new ROI Tool not experimental
authorDavid Sarrut <david.sarrut@gmail.com>
Fri, 30 Mar 2012 13:51:13 +0000 (15:51 +0200)
committerDavid Sarrut <david.sarrut@gmail.com>
Fri, 30 Mar 2012 13:51:13 +0000 (15:51 +0200)
vv/vvToolROIManager.cxx
vv/vvToolStructureSetManager.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);
 }
 //------------------------------------------------------------------------------
 
index 4e55572d8404df4a57d536a0869865a0160e473b..a169c087cfcea1538a77329cbb0410cb4b9c7ce4 100644 (file)
@@ -120,7 +120,7 @@ void vvToolStructureSetManager::Initialize() {
   SetToolMenuName("Display ROI (binary image)");
   SetToolIconFilename(":/common/icons/tool-roi.png");
   SetToolTip("Display ROI from a binary image.");
-  SetToolExperimental(false);
+  SetToolExperimental(true);
 }
 //------------------------------------------------------------------------------