mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 05:50:34 +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;
|
||||
|
||||
const Handle(GEOMGUI_AnnotationAttrs) aShapeAnnotations = GEOMGUI_AnnotationAttrs::FindAttributes( aSObj );
|
||||
if ( !aShapeAnnotations.IsNull() )
|
||||
if ( aShapeAnnotations.IsNull() )
|
||||
continue;
|
||||
|
||||
int anAnnotationsCount = aShapeAnnotations->GetNbAnnotation();
|
||||
|
Loading…
Reference in New Issue
Block a user