From 4436a4f01490a585764ca3334d762c1223bed213 Mon Sep 17 00:00:00 2001 From: mzn Date: Thu, 10 Apr 2014 07:09:49 +0000 Subject: [PATCH] Fix for bug #401: Included objects are hidden during calculation case creation. --- src/HYDROGUI/HYDROGUI_CalculationOp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } -- 2.39.2