From 0fc4d9b547538d3e09d8a09d3cf65c4894214bb5 Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 17 Nov 2016 14:16:00 +0300 Subject: [PATCH] DisplayAllAnnotations correction. --- src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx b/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx index e1cecc0d1..f46d527d3 100755 --- a/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx +++ b/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx @@ -465,7 +465,7 @@ void GEOMGUI_AnnotationMgr::DisplayAllAnnotations( SOCC_Viewer* theView ) continue; const Handle(GEOMGUI_AnnotationAttrs) aShapeAnnotations = GEOMGUI_AnnotationAttrs::FindAttributes( aSObj ); - if ( !aShapeAnnotations.IsNull() ) + if ( aShapeAnnotations.IsNull() ) continue; int anAnnotationsCount = aShapeAnnotations->GetNbAnnotation(); -- 2.39.2