]> Creatis software - clitk.git/commitdiff
Refresh all slicers when doing local window
authorsrit <srit>
Tue, 9 Mar 2010 16:21:26 +0000 (16:21 +0000)
committersrit <srit>
Tue, 9 Mar 2010 16:21:26 +0000 (16:21 +0000)
vv/vvSlicerManager.cxx

index 9e408e24f56438671f4badf2400a7ad0c21a33fe..9b466912e700ecff0b3920db9deb0555995d36df 100644 (file)
@@ -877,6 +877,7 @@ void vvSlicerManager::SetLocalColorWindowing(const int slicer)
        this->mSlicers[slicer]->GetExtremasAroundMousePointer(min, max);
     this->SetColorWindow(max-min);
     this->SetColorLevel(0.5*(min+max));
+       this->Render();
 }
 
 void vvSlicerManager::SetColorMap()