From b9d6bc26812c808fd3f1c399d26441e3dea7c557 Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 20 Apr 2020 20:20:55 +0300 Subject: [PATCH] Fix length of a row --- src/XGUI/XGUI_ViewerProxy.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.39.2