mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +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:
parent
d28abc6596
commit
b31fce3710
@ -236,7 +236,7 @@ void AIS_InteractiveContext::UpdateCurrentViewer()
|
|||||||
|
|
||||||
void AIS_InteractiveContext::OpenCollector()
|
void AIS_InteractiveContext::OpenCollector()
|
||||||
{
|
{
|
||||||
myIsCollClosed =Standard_True;
|
myIsCollClosed = Standard_False;
|
||||||
// to be completed....
|
// to be completed....
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user