Salome HOME
Example "PythonFeatures" plugin removed
[modules/shaper.git] / src / NewGeom / NewGeom_SalomeViewer.cpp
index 27e159329e226447dc93dc4b5d03cb744c5ce59f..a1a640e5e6d0958f1f1547f0d4ab40e4933a1e32 100644 (file)
@@ -233,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.);
     }
   }