From a6a2aeb463c15fe9479c620e8fd19f5a8985fe4c Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 30 Aug 2013 15:39:43 +0000 Subject: [PATCH] Call aViewPort->onBoundingRectChanged() is added at the end of HYDROGUI_Displayer::Display() method (HYDRO specific workaround, fixes many bugs with show/hide, fit all etc.) --- src/HYDROGUI/HYDROGUI_Displayer.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HYDROGUI/HYDROGUI_Displayer.cxx b/src/HYDROGUI/HYDROGUI_Displayer.cxx index e53d6bc7..d6fc5f61 100644 --- a/src/HYDROGUI/HYDROGUI_Displayer.cxx +++ b/src/HYDROGUI/HYDROGUI_Displayer.cxx @@ -194,6 +194,7 @@ void HYDROGUI_Displayer::Display( const HYDROData_SequenceOfObjects& theObjs, } } + aViewPort->onBoundingRectChanged(); // specific of HYDRO module aViewPort->fitAll(); } -- 2.39.2