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:
@@ -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();
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user