1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0022800: OSD::SetSignal(Standard_True) is not called in the standard samples

This commit is contained in:
SZV
2011-11-18 09:21:42 +00:00
committed by bugmaster
parent 329843e245
commit 2b442de5ec
3 changed files with 9 additions and 10 deletions

View File

@@ -242,9 +242,8 @@ void SelectMgr_SelectableObject::HilightSelected
//=======================================================================
void SelectMgr_SelectableObject::ClearSelected ()
{
//Standard_NotImplemented::Raise ("SelectMgr_SelectableObject::HilightOwnerWithColor");
if( !mySelectionPrs.IsNull() )
mySelectionPrs->Clear();
mySelectionPrs->Clear();
}
//=======================================================================