0023654: Problem with displaying vertices in OCC view after closing all OCC views...
[occt.git] / samples / mfc / standard / 08_HLR / src / SelectionDialog.cpp
index 25f7a16..afd7d09 100644 (file)
@@ -166,7 +166,7 @@ void CSelectionDialog::OnGetShape()
   UpdateProjector();
   myDisplayableShape->SetNbIsos(m_NbIsos);
 
-  myInteractiveContext->EraseAll(Standard_False);
+  myInteractiveContext->EraseAll();
   myInteractiveContext->Display(myTrihedron);
 
   Standard_Boolean OneOrMoreFound = Standard_False;