DisplayAllAnnotations correction.

This commit is contained in:
nds 2016-11-17 14:16:00 +03:00
parent 5b24e2a5c1
commit 0fc4d9b547

View File

@ -465,7 +465,7 @@ void GEOMGUI_AnnotationMgr::DisplayAllAnnotations( SOCC_Viewer* theView )
continue; continue;
const Handle(GEOMGUI_AnnotationAttrs) aShapeAnnotations = GEOMGUI_AnnotationAttrs::FindAttributes( aSObj ); const Handle(GEOMGUI_AnnotationAttrs) aShapeAnnotations = GEOMGUI_AnnotationAttrs::FindAttributes( aSObj );
if ( !aShapeAnnotations.IsNull() ) if ( aShapeAnnotations.IsNull() )
continue; continue;
int anAnnotationsCount = aShapeAnnotations->GetNbAnnotation(); int anAnnotationsCount = aShapeAnnotations->GetNbAnnotation();