]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix length of a row
authorvsv <vsv@opencascade.com>
Mon, 20 Apr 2020 17:20:55 +0000 (20:20 +0300)
committervsv <vsv@opencascade.com>
Mon, 20 Apr 2020 17:20:55 +0000 (20:20 +0300)
src/XGUI/XGUI_ViewerProxy.cpp

index a9c427d62cf611d70ed86ab0fc41e90adbdd7185..536f224853be5e4f65983401c819cab94a9952dc 100644 (file)
@@ -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();