mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Merge remote-tracking branch 'origin/V8_3_BR' into ngr/python3_dev
This commit is contained in:
commit
b0f67e0ecd
@ -39,6 +39,7 @@ SET(_link_LIBRARIES
|
||||
${CAS_TKLCAF}
|
||||
${CAS_TKCDF}
|
||||
${CAS_TKG3d}
|
||||
${CAS_TKStdL}
|
||||
${KERNEL_SALOMELocalTrace}
|
||||
${KERNEL_OpUtil}
|
||||
GEOMSketcher
|
||||
|
@ -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 );
|
||||
}
|
||||
|
@ -48,6 +48,7 @@ SET(_link_LIBRARIES
|
||||
OCC2VTK
|
||||
SalomeIDLGEOM
|
||||
${CAS_TKBRep}
|
||||
${CAS_TKOpenGl}
|
||||
${KERNEL_SALOMELocalTrace}
|
||||
${GUI_SalomeObject}
|
||||
${GUI_SVTK}
|
||||
|
Loading…
Reference in New Issue
Block a user