From: mzn Date: Thu, 10 Apr 2014 07:09:49 +0000 (+0000) Subject: Fix for bug #401: Included objects are hidden during calculation case creation. X-Git-Tag: BR_hydro_v1_0_1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4436a4f01490a585764ca3334d762c1223bed213;p=modules%2Fhydro.git Fix for bug #401: Included objects are hidden during calculation case creation. --- diff --git a/src/HYDROGUI/HYDROGUI_CalculationOp.cxx b/src/HYDROGUI/HYDROGUI_CalculationOp.cxx index 9165ad2a..71f47ea7 100644 --- a/src/HYDROGUI/HYDROGUI_CalculationOp.cxx +++ b/src/HYDROGUI/HYDROGUI_CalculationOp.cxx @@ -713,7 +713,7 @@ void HYDROGUI_CalculationOp::createPreview() vw->onTopView(); } - module()->update( UF_OCCViewer ); + module()->update( UF_OCCViewer | UF_FitAll ); } }