From: vsv Date: Wed, 29 May 2019 07:43:12 +0000 (+0300) Subject: Cut too long line X-Git-Tag: VEDF2019Lot4~101^2~54 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=50a49c1beb921bf77e4bb77a7cff8526a6c4a30b;p=modules%2Fshaper.git Cut too long line --- diff --git a/src/XGUI/XGUI_Selection.cpp b/src/XGUI/XGUI_Selection.cpp index 09c0c1fcd..64820f7cd 100644 --- a/src/XGUI/XGUI_Selection.cpp +++ b/src/XGUI/XGUI_Selection.cpp @@ -206,7 +206,8 @@ void XGUI_Selection::fillPresentation(ModuleBase_ViewerPrsPtr& thePrs, Handle(StdSelect_BRepOwner) aBRO = Handle(StdSelect_BRepOwner)::DownCast(theOwner); if( !aBRO.IsNull() && aBRO->HasShape() ) { TopoDS_Shape aShape = aBRO->Shape(); - Handle(ModuleBase_ResultPrs) aPrsObj = Handle(ModuleBase_ResultPrs)::DownCast(aBRO->Selectable()); + Handle(ModuleBase_ResultPrs) aPrsObj = + Handle(ModuleBase_ResultPrs)::DownCast(aBRO->Selectable()); if (!aPrsObj.IsNull()) { if (aPrsObj->isSubstituted()) { if (aPrsObj->Shape().IsSame(aShape))