From: vsv Date: Mon, 20 Apr 2020 17:20:55 +0000 (+0300) Subject: Fix length of a row X-Git-Tag: V9_5_0b1~41 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b9d6bc26812c808fd3f1c399d26441e3dea7c557;p=modules%2Fshaper.git Fix length of a row --- diff --git a/src/XGUI/XGUI_ViewerProxy.cpp b/src/XGUI/XGUI_ViewerProxy.cpp index a9c427d62..536f22485 100644 --- a/src/XGUI/XGUI_ViewerProxy.cpp +++ b/src/XGUI/XGUI_ViewerProxy.cpp @@ -460,7 +460,8 @@ Handle(AIS_Shape) createPresentation(const TopoDS_Shape& theShape, double theDev } //*************************************** -void XGUI_ViewerProxy::createPresentations(const ResultPtr& theRes, const TopoDS_Shape& theIgnoreShape) +void XGUI_ViewerProxy::createPresentations(const ResultPtr& theRes, + const TopoDS_Shape& theIgnoreShape) { Handle(AIS_InteractiveContext) aContext = AISContext(); XGUI_Displayer* aDisplayer = myWorkshop->displayer();