Salome HOME
Example "PythonFeatures" plugin removed
[modules/shaper.git] / src / NewGeom / NewGeom_SalomeViewer.cpp
index ef6d6c539b87bca1b16f6a6850c9a54f12a3bc41..a1a640e5e6d0958f1f1547f0d4ab40e4933a1e32 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 #include "NewGeom_SalomeViewer.h"
 #include "NewGeom_OCCSelector.h"
 
@@ -231,7 +233,7 @@ void NewGeom_SalomeViewer::setViewProjection(double theX, double theY, double th
     Handle(V3d_View) aView3d = aVFrame->getViewPort()->getView();
     if (!aView3d.IsNull()) {
       aView3d->SetProj(theX, theY, theZ);
-      aView3d->FitAll(0.01, true, true);
+      aView3d->FitAll(0.01, true);
       aView3d->SetZSize(0.);
     }
   }