Salome HOME
Cut too long line
authorvsv <vsv@opencascade.com>
Wed, 29 May 2019 07:43:12 +0000 (10:43 +0300)
committervsv <vsv@opencascade.com>
Mon, 3 Jun 2019 10:32:09 +0000 (13:32 +0300)
src/XGUI/XGUI_Selection.cpp

index 09c0c1fcdeac0fed5c74afe8cb119373bcfc30a4..64820f7cd3612094d4a357f62c79524f3e98193b 100644 (file)
@@ -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))