mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-29 23:30:33 +05:00
DisplayAllAnnotations correction.
This commit is contained in:
parent
5b24e2a5c1
commit
0fc4d9b547
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user