X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ImagePrs.cxx;h=d9c0076ab1fc81f21b0d5374332f5023927da264;hb=e37037b0cca2ae883a605ddb242e36045e280e32;hp=a96f76301941d1e9ef89c38302b19f39b895e0c8;hpb=2cf9e838e652ae811d9b3931914771ad1836c6b8;p=modules%2Fhydro.git 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 ); } }