From b41ea769db22609cc0b8629a789ce7e3f93bb6a9 Mon Sep 17 00:00:00 2001 From: asl Date: Wed, 8 Nov 2017 18:35:53 +0300 Subject: [PATCH] refs #1380: update of overview on show/hide objects --- src/HYDROGUI/HYDROGUI_Module.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HYDROGUI/HYDROGUI_Module.cxx b/src/HYDROGUI/HYDROGUI_Module.cxx index a8097c75..046a19a2 100644 --- a/src/HYDROGUI/HYDROGUI_Module.cxx +++ b/src/HYDROGUI/HYDROGUI_Module.cxx @@ -1779,6 +1779,7 @@ void HYDROGUI_Module::updateViewer( HYDROGUI_AbstractDisplayer* theDisplayer, while( anIdIter.hasNext() ) { theDisplayer->UpdateAll( anIdIter.next(), theIsInit, theIsForced, theDoFitAll ); + myOverview->setTopView(); } } -- 2.39.2