]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Split too long line (more than 100 characters)
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Fri, 29 May 2020 06:07:50 +0000 (09:07 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Fri, 29 May 2020 06:07:50 +0000 (09:07 +0300)
src/XGUI/XGUI_Displayer.cpp

index b725a76ca903c45fa0413313cdcbbb2ef7874dd8..096749adb72ec4a89e3729695329a17e895a349e 100644 (file)
@@ -1116,7 +1116,8 @@ void XGUI_Displayer::AddOrRemoveSelectedShapes(Handle(AIS_InteractiveContext) th
     if (!BROwnr.IsNull() && BROwnr->HasShape()) {
       const TopoDS_Shape& aShape = BROwnr->Shape();
 
-      Handle(ModuleBase_ResultPrs) aResPrs = Handle(ModuleBase_ResultPrs)::DownCast(BROwnr->Selectable());
+      Handle(ModuleBase_ResultPrs) aResPrs =
+          Handle(ModuleBase_ResultPrs)::DownCast(BROwnr->Selectable());
       TopoDS_Shape aRealShape;
       if (!aResPrs.IsNull()) {
         aRealShape = aResPrs->originalShape();