From: asl Date: Tue, 12 May 2015 13:31:40 +0000 (+0300) Subject: porting to new version OCCT X-Git-Tag: v1.4.1~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eca2349fdaf75152ba6ce6547f63b91b1f3b12bc;p=modules%2Fhydro.git porting to new version OCCT --- diff --git a/src/HYDROGUI/HYDROGUI_ImagePrs.cxx b/src/HYDROGUI/HYDROGUI_ImagePrs.cxx index a96f7630..d9c0076a 100644 --- a/src/HYDROGUI/HYDROGUI_ImagePrs.cxx +++ b/src/HYDROGUI/HYDROGUI_ImagePrs.cxx @@ -101,7 +101,7 @@ void HYDROGUI_ImagePrs::ComputeSelection( const Handle(SelectMgr_Selection)& the for ( int i = 0; i < myContour.size(); i++ ) aPoints.SetValue( aPoints.Lower() + i, convert( myContour[i] ) ); - Handle(Select3D_SensitiveFace) aSensitiveFace = new Select3D_SensitiveFace( anOwner, aPoints ); + Handle(Select3D_SensitiveFace) aSensitiveFace = new Select3D_SensitiveFace( anOwner, aPoints, Select3D_TOS_INTERIOR ); theSelection->Add( aSensitiveFace ); } }