From 971feb7608d5be774e57ec341dd303730fe794b9 Mon Sep 17 00:00:00 2001 From: kgv Date: Wed, 24 Dec 2014 12:45:05 +0300 Subject: [PATCH] 0025637: Objects displayed in LocalContext are not listed in displayed objects of interactive context Revert OCCT_DEBUG changes in method AIS_InteractiveContext::DisplayedObjects(). --- src/AIS/AIS_InteractiveContext.cxx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/AIS/AIS_InteractiveContext.cxx b/src/AIS/AIS_InteractiveContext.cxx index ecb4eaa007..aa7063eb4e 100644 --- a/src/AIS/AIS_InteractiveContext.cxx +++ b/src/AIS/AIS_InteractiveContext.cxx @@ -215,10 +215,6 @@ Standard_CString AIS_InteractiveContext::DomainOfMainViewer() const void AIS_InteractiveContext::DisplayedObjects(AIS_ListOfInteractive& aListOfIO, const Standard_Boolean OnlyFromNeutral) const { -#ifdef OCCT_DEBUG - cout<<"AIS_IC::DisplayedObjects"<DisplayedObjects(theMap); - cout<<"\tIn Local Context "<DisplayedObjects(theMap); } -#endif + Handle(AIS_InteractiveObject) curIO; Handle(Standard_Transient) Tr; for(TColStd_MapIteratorOfMapOfTransient it2(theMap);it2.More();it2.Next()){ -- 2.39.5