]> Creatis software - crea.git/commitdiff
Clean code vtk9itk5wx3-macos
authoreduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Tue, 21 Apr 2026 08:29:08 +0000 (10:29 +0200)
committereduardo.davila@creatis.insa-lyon.fr <eduardo.davila@creatis.insa-lyon.fr>
Tue, 21 Apr 2026 08:29:08 +0000 (10:29 +0200)
src/creawxVTKRenderWindowInteractor.mm

index 51fd74370fdffa66b4248dba67d5272503daf66c..7b37a4b11c753eba906df168869bb96a25dd59ab 100644 (file)
@@ -1042,9 +1042,9 @@ void wxVTKRenderWindowInteractor::SetRenderWhenDisabled(int newValue)
   //However, this often triggers an OnPaint() method for wxVTKRWIs,
   //resulting in a Render(), resulting in Update() being called whilst
   //still in progress.
-
   RenderWhenDisabled = (bool)newValue;
 }
+
 //---------------------------------------------------------------------------
 //
 // Set the variable that indicates that we want a stereo capable window
@@ -1069,9 +1069,7 @@ void wxVTKRenderWindowInteractor::PrintSelf(ostream& os, vtkIndent indent)
   this->Superclass::PrintSelf(os, indent);
 }
 
-
-}
-// LG : EO namespace 
+}// LG : EO namespace
 //=======================================================================