\MediaPortal\mediaportal\Core\guilib\Geometry.cs -- AdjustForCropping()
if (( Math.Abs( destAspect - sourceAspect ) < 0.001 ))
return;
That's the reason, now someone should find a better fix for the Mantis 1042 issue (some avis are black). Ziphnor maybe?
I'm unable to reproduce the issue here, cropping in normal zoom mode is working fine.
if (( Math.Abs( destAspect - sourceAspect ) < 0.001 ))
return;
That's the reason, now someone should find a better fix for the Mantis 1042 issue (some avis are black). Ziphnor maybe?
I'm unable to reproduce the issue here, cropping in normal zoom mode is working fine.