1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0023320: The body of 'OpenCollector' function is fully equivalent to the body of 'CloseCollector' function

When opening the collector setting the corresponding flag to Standard_False.
This commit is contained in:
Pawel 2012-07-18 12:43:54 +02:00 committed by Pawel Kowalski
parent d28abc6596
commit b31fce3710

View File

@ -236,7 +236,7 @@ void AIS_InteractiveContext::UpdateCurrentViewer()
void AIS_InteractiveContext::OpenCollector()
{
myIsCollClosed =Standard_True;
myIsCollClosed = Standard_False;
// to be completed....
}