LCL: fix TCanvas.TextRect clipping at boundaries of provided rect (issue #0031673)

git-svn-id: trunk@54629 -
This commit is contained in:
wp 2017-04-18 15:43:38 +00:00
parent 5361d2be18
commit c331f49f7e

View File

@ -1313,7 +1313,6 @@ begin
if Style.Clipping then
begin
IntersectRect(ARect, ARect, fRect);
with ARect do
InterSectClipRect(DC, Left, Top, Right, Bottom);
Options := Options or DT_NOCLIP; // no clipping as we are handling it here