]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
refs #1380: update of overview on show/hide objects
authorasl <asl@opencascade.com>
Wed, 8 Nov 2017 15:35:53 +0000 (18:35 +0300)
committerasl <asl@opencascade.com>
Wed, 8 Nov 2017 15:36:01 +0000 (18:36 +0300)
src/HYDROGUI/HYDROGUI_Module.cxx

index a8097c756797a5ca475f82b1c9eb4bdb9827f620..046a19a26247b4cb075ae25624ca14042b985ed9 100644 (file)
@@ -1779,6 +1779,7 @@ void HYDROGUI_Module::updateViewer( HYDROGUI_AbstractDisplayer* theDisplayer,
   while( anIdIter.hasNext() )
   {
     theDisplayer->UpdateAll( anIdIter.next(), theIsInit, theIsForced, theDoFitAll );
+    myOverview->setTopView();
   }
 }