Merge remote-tracking branch 'origin/V8_3_BR' into ngr/python3_dev

This commit is contained in:
Gilles DAVID 2017-03-29 09:51:35 +02:00
commit b0f67e0ecd
3 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,7 @@ SET(_link_LIBRARIES
${CAS_TKLCAF}
${CAS_TKCDF}
${CAS_TKG3d}
${CAS_TKStdL}
${KERNEL_SALOMELocalTrace}
${KERNEL_OpUtil}
GEOMSketcher

View File

@ -273,7 +273,7 @@ bool MeasureGUI_AnnotationInteractor::eventFilter( QObject* theObject, QEvent* t
{
const Handle(AIS_InteractiveContext) anAISContext = myViewer->getAISContext();
if ( anAISContext->IsHilighted( myActiveIO ) )
if ( anAISContext->IsHilighted( Handle(AIS_InteractiveObject)::DownCast( myActiveIO ) ) )
{
anAISContext->Unhilight( myActiveIO, Standard_False );
}

View File

@ -48,6 +48,7 @@ SET(_link_LIBRARIES
OCC2VTK
SalomeIDLGEOM
${CAS_TKBRep}
${CAS_TKOpenGl}
${KERNEL_SALOMELocalTrace}
${GUI_SalomeObject}
${GUI_SVTK}