X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMGUI%2FGEOMGUI_AnnotationMgr.cxx;h=1c2e59e50eacfab8c5121c20eed1d4964bdcac64;hb=0cd035c092890561997ff47e53eca135829d313a;hp=14edb15098d5c42d9d00cbc39730aa1b1e19f650;hpb=7e333dca6e0697358a9f08beedbc3afa4e7068de;p=modules%2Fgeom.git diff --git a/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx b/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx index 14edb1509..1c2e59e50 100755 --- a/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx +++ b/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx @@ -61,7 +61,7 @@ GEOMGUI_AnnotationMgr::GEOMGUI_AnnotationMgr( SalomeApp_Application* theApplicat QString GEOMGUI_AnnotationMgr::GetEntrySeparator() { - return "_annotation:"; + return "_annotation:"; } //================================================================ @@ -113,7 +113,7 @@ SALOME_Prs* GEOMGUI_AnnotationMgr::CreatePresentation( const GEOMGUI_AnnotationA setDisplayProperties( aPresentation, aView, getEntry( theObject ).c_str() ); // add Prs to preview - SUIT_ViewWindow* vw = getApplication()->desktop()->activeWindow(); + //SUIT_ViewWindow* vw = getApplication()->desktop()->activeWindow(); SOCC_Prs* aPrs = dynamic_cast( ( aView )->CreatePrs( 0 ) ); @@ -424,7 +424,6 @@ void GEOMGUI_AnnotationMgr::UpdateVisibleAnnotations( const QString& theEntry, S if ( !aShape.IsNull() ) { - gp_Ax3 aShapeLCS = gp_Ax3().Transformed( aShape.Location().Transformation() ); GEOMGUI_AnnotationAttrs::SetupPresentation( aPresentation, aProperty, aShapeLCS ); if ( aProperty.ShapeType == TopAbs_SHAPE ) { aPresentation->SetHilightShape( aShape );