From: asl Date: Wed, 8 Nov 2017 15:35:53 +0000 (+0300) Subject: refs #1380: update of overview on show/hide objects X-Git-Tag: v2.1~49^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b41ea769db22609cc0b8629a789ce7e3f93bb6a9;p=modules%2Fhydro.git refs #1380: update of overview on show/hide objects --- 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(); } }