Salome HOME
Displaying of objects corrected (Bug #359).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_OCCDisplayer.cxx
index 3dbe862ccf5f9ab5d9b88fc8a76b5a526482f7dc..46449869f6e1b812fa18815893c107e738a7ba13 100644 (file)
@@ -200,6 +200,10 @@ void HYDROGUI_OCCDisplayer::Display( const HYDROData_SequenceOfObjects& theObjs,
       }
     }
   }
+  else if ( aCtx.IsNull() )
+  {
+    aCtx->UpdateSelected();
+  }
 }
 
 void HYDROGUI_OCCDisplayer::purgeObjects( const int theViewerId )