X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.cxx;h=9d179e3304a9ce48bce07ce0b37d5d50a86b59b1;hb=942f4fcf5d6d3d813e9da546331f599f61dee0ac;hp=924bf19b534c8534a15323e27ed94693e9797cf1;hpb=0a85e47a06c7d046d06a4645b724c4e81b19998d;p=clitk.git diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 924bf19..9d179e3 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -3,8 +3,8 @@ Program: vv Module: $RCSfile: vvMainWindow.cxx,v $ Language: C++ - Date: $Date: 2010/02/24 11:42:42 $ - Version: $Revision: 1.12 $ + Date: $Date: 2010/03/01 07:37:25 $ + Version: $Revision: 1.13 $ Author : Pierre Seroul (pierre.seroul@gmail.com) Copyright (C) 200COLUMN_IMAGE_NAME @@ -2350,7 +2350,7 @@ void vvMainWindow::NOVerticalSliderChanged() { if (DataTree->topLevelItem(i)->data(COLUMN_UL_VIEW,Qt::CheckStateRole).toInt() > 1) { mSlicerManagers[i]->GetSlicer(0)->SetSlice(value); - //mSlicerManagers[i]->UpdateSlice(0); // <-- NO ! too much update... + mSlicerManagers[i]->UpdateSlice(0); // <-- DS add this. Not too much update ? break; } }