diff --git a/Code/Visu/otbZoomableImageWidget.txx b/Code/Visu/otbZoomableImageWidget.txx index 2cf12f661b0294d8377e69be860b89cf94380a1d..b921f28fa9e3cff55308b8db903ba05eb16a07b2 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); }