From: Pawel Date: Wed, 18 Jul 2012 10:43:54 +0000 (+0200) Subject: 0023320: The body of 'OpenCollector' function is fully equivalent to the body of... X-Git-Tag: V6_5_4_beta1~103 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=b31fce371073f40c05e8be8b4e8de26979c0da78;p=occt-copy.git 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. --- 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.... }