From b31fce371073f40c05e8be8b4e8de26979c0da78 Mon Sep 17 00:00:00 2001 From: Pawel Date: Wed, 18 Jul 2012 12:43:54 +0200 Subject: [PATCH] 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. --- src/AIS/AIS_InteractiveContext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AIS/AIS_InteractiveContext.cxx b/src/AIS/AIS_InteractiveContext.cxx index 40a2e9e726..ad0c151e75 100755 --- a/src/AIS/AIS_InteractiveContext.cxx +++ b/src/AIS/AIS_InteractiveContext.cxx @@ -236,7 +236,7 @@ void AIS_InteractiveContext::UpdateCurrentViewer() void AIS_InteractiveContext::OpenCollector() { - myIsCollClosed =Standard_True; + myIsCollClosed = Standard_False; // to be completed.... }