X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_Polyline.cxx;h=7d312cb56d6c75b55e674507463c87bd1c4afbd1;hb=5e9382826b48843ce2b958dc4d9a5e0b99f938c7;hp=e624cb3dbd402c3d2fe568a9cb2f04c175436224;hpb=fcd41a745faf1509dda0fd8dc47c2b6a658f87dc;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_Polyline.cxx b/src/HYDROGUI/HYDROGUI_Polyline.cxx index e624cb3d..7d312cb5 100644 --- a/src/HYDROGUI/HYDROGUI_Polyline.cxx +++ b/src/HYDROGUI/HYDROGUI_Polyline.cxx @@ -123,7 +123,7 @@ void HYDROGUI_Polyline::Compute(const Handle(PrsMgr_PresentationManager3d)& aPre aDir = D; } else - C->D1(aMaxRatioStep, C->Value (aMaxRatioStep), aDir); + C->D1(aMaxRatioStep, aPnt1, aDir); if ( anEdge.Orientation() == TopAbs_REVERSED ) aDir = -aDir;