]> Creatis software - clitk.git/commitdiff
Increase display speed while w is pressed
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Wed, 25 Apr 2018 14:38:45 +0000 (16:38 +0200)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Wed, 25 Apr 2018 14:38:45 +0000 (16:38 +0200)
vv/vvSlicerManager.cxx

index 089001cabb1dc23c778427fe0beebdc7c9ef235f..9548dfded6f2944a4f61dadb3480b57ccd7747c9 100644 (file)
@@ -1394,7 +1394,6 @@ void vvSlicerManager::SetLocalColorWindowing(const int slicer, const bool bCtrlK
     this->SetColorLevel(0.5*(min+max));
     this->SetPreset(WL_USER);
   }
-  this->Render();
   this->UpdateWindowLevel();
 }
 //----------------------------------------------------------------------------