photosgallery/slideshow/engine/effectsrc/shwzoomandpaneffect.cpp
branchRCL_3
changeset 12 ce1c7ad1f18b
parent 0 4e91876724a2
child 15 191387a8b767
equal deleted inserted replaced
11:71da52165949 12:ce1c7ad1f18b
   297 	                curvearea, KZoomAndPanCurveLength );
   297 	                curvearea, KZoomAndPanCurveLength );
   298 	        // set new curve
   298 	        // set new curve
   299 	        iImpl->iCurve = curve;
   299 	        iImpl->iCurve = curve;
   300 	        } );
   300 	        } );
   301 		}
   301 		}
   302 	// set the curve for the layout, its ok to set NULL
       
   303 //	iImpl->iZoomAndPanLayout.SetPanningCurve( iImpl->iCurve );
       
   304 
   302 
   305     // return the calculated thumbnail size
   303     // return the calculated thumbnail size
   306     return thumbnailSize;
   304     return thumbnailSize;
   307 	}
   305 	}
   308 
   306