From e90511d6c950bfeaa52e51c592e9b1912e32071c Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Thu, 21 Feb 2013 17:33:48 +0100
Subject: [PATCH] ENH: update commented when zooming

---
 Code/Common/mvdGLImageWidget.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Common/mvdGLImageWidget.cxx b/Code/Common/mvdGLImageWidget.cxx
index 0c9aab7618..950066e5b9 100644
--- a/Code/Common/mvdGLImageWidget.cxx
+++ b/Code/Common/mvdGLImageWidget.cxx
@@ -298,7 +298,7 @@ GLImageWidget
   m_ImageViewManipulator->wheelEvent(event);
 
   // repaint the buffer
-  //this->update();
+  this->update();
 }
 
 /*******************************************************************************/
-- 
GitLab