Salome HOME
Fix for bug #401: Included objects are hidden during calculation case creation. BR_hydro_v1_0_1
authormzn <mzn@opencascade.com>
Thu, 10 Apr 2014 07:09:49 +0000 (07:09 +0000)
committermzn <mzn@opencascade.com>
Thu, 10 Apr 2014 07:09:49 +0000 (07:09 +0000)
src/HYDROGUI/HYDROGUI_CalculationOp.cxx

index 9165ad2a49598b65654fc59dacfa5a87e6384f2d..71f47ea772995f6a2441a8a4987af21af80bf8fb 100644 (file)
@@ -713,7 +713,7 @@ void HYDROGUI_CalculationOp::createPreview()
         vw->onTopView();
     }
 
-    module()->update( UF_OCCViewer );
+    module()->update( UF_OCCViewer | UF_FitAll );
   }
 }