]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix line length issue
authorvsv <vsv@opencascade.com>
Wed, 9 Jan 2019 14:43:28 +0000 (17:43 +0300)
committervsv <vsv@opencascade.com>
Wed, 9 Jan 2019 14:43:28 +0000 (17:43 +0300)
src/XGUI/XGUI_Displayer.cpp

index 8eb1c126118cfbcf8c535fa5d4c4580b82a40db4..16b1ecb657c27aa009e2f2cc8abb0888b1ff3427 100644 (file)
@@ -698,7 +698,8 @@ Handle(AIS_InteractiveContext) XGUI_Displayer::AISContext() const
 
     ModuleBase_IViewer::DefaultHighlightDrawer = aContext->HighlightStyle();
     Handle(Prs3d_Drawer) aSelStyle = aContext->SelectionStyle();
-    double aDeflection = QString(ModelAPI_ResultConstruction::DEFAULT_DEFLECTION().c_str()).toDouble();
+    double aDeflection =
+      QString(ModelAPI_ResultConstruction::DEFAULT_DEFLECTION().c_str()).toDouble();
     try {
       aDeflection = Config_PropManager::real("Visualization", "construction_deflection");
     } catch (...) {}