Merge remote-tracking branch 'origin/BR_WIN_compilation' into V8_3_BR

This commit is contained in:
rnv 2017-03-27 15:46:33 +03:00
commit 1dc813d9b7
3 changed files with 3 additions and 1 deletions

View File

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

View File

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

View File

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