]> Creatis software - crea.git/commitdiff
*** empty log message ***
authorguigues <guigues>
Wed, 7 Jan 2009 12:50:20 +0000 (12:50 +0000)
committerguigues <guigues>
Wed, 7 Jan 2009 12:50:20 +0000 (12:50 +0000)
cmake/CREAMacro_FindAndUseVTK.cmake
src/creawxVTKRenderWindowInteractor.cxx

index e7a71a89c527da9e596221a3b1f76fd63994c168..f526b209ef72b8e2401bbeac1d9c8acf5dde466f 100644 (file)
@@ -24,8 +24,8 @@ MACRO(CREA_FIND_AND_USE_VTK)
        vtkGenericFiltering
        vtkHybrid
 #      vtkInfovis
-       vtkViews
-       ) 
+#      vtkViews
+       )
       IF(NOT USE_ITK)
        SET(VTK_LIBRARIES ${VTK_LIBRARIES} vtkIO)
       ENDIF(NOT USE_ITK)
index c30580ce5acb0dde595e26f0728a6d78f724af00..4d0091b7fe4b324f24a748c3d2d4a2dac20a9c06 100644 (file)
@@ -3,8 +3,8 @@
   Program:   Visualization Toolkit
   Module:    $RCSfile: creawxVTKRenderWindowInteractor.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/12/11 14:27:00 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2009/01/07 12:54:16 $
+  Version:   $Revision: 1.3 $
 
   Copyright (c) 1993-2002 Ken Martin, Will Schroeder, Bill Lorensen 
   All rights reserved.
@@ -704,7 +704,7 @@ void creawxVTKRenderWindowInteractor::SetRenderWhenDisabled(int newValue)
   //resulting in a Render(), resulting in Update() being called whilst
   //still in progress.
 
-  RenderWhenDisabled = (bool)newValue;
+  RenderWhenDisabled = ((bool)newValue);
 }
 //---------------------------------------------------------------------------
 //