From e1461b6ab73e00280a142acffb2f47c6e6bfb77c Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@c-s.fr>
Date: Thu, 26 Jun 2008 14:54:13 +0000
Subject: [PATCH] Nouvelle appli de classif

---
 Code/Visu/otbZoomableImageWidget.txx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Code/Visu/otbZoomableImageWidget.txx b/Code/Visu/otbZoomableImageWidget.txx
index 2cf12f661b..b921f28fa9 100644
--- a/Code/Visu/otbZoomableImageWidget.txx
+++ b/Code/Visu/otbZoomableImageWidget.txx
@@ -56,10 +56,10 @@ ZoomableImageWidget<TPixel>
   else
     {
       Superclass::Init(x,y,w,h,l);
-      if(this->GetImageOverlayVisible())
-	{
-	  this->GetInputOverlay()->Update();
-	}
+//       if(this->GetImageOverlayVisible())
+// 	{
+// 	  this->GetInputOverlay()->Update();
+// 	}
       this->label(l);
       this->resize(x, y, w, h);
     }
-- 
GitLab