mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 06:38:13 +02:00
Minor commenting improvement
git-svn-id: trunk@34146 -
This commit is contained in:
parent
9fc8c6bedc
commit
33b5417013
@ -2190,7 +2190,7 @@ begin
|
||||
{$ifdef VerboseCDText}
|
||||
DebugLn(Format(':>[WinAPI ExtTextOut] DC=%x javaEnvRef=%x Str=%s X=%d Y=%d',
|
||||
[DC, PtrInt(javaEnvRef), StrPas(Str), X, Y]));
|
||||
www.{$endif}
|
||||
{$endif}
|
||||
|
||||
Result := False;
|
||||
|
||||
@ -2236,6 +2236,8 @@ begin
|
||||
UpdateControlLazImageAndCanvas(lImage, lCanvas, lWidth, lHeight, clfRGBA32, pixels, True, False, False);
|
||||
|
||||
// Execute the copy, pixel by pixel with Alpha blending
|
||||
// Simple AlphaBlend was showing redish areas in the emulator
|
||||
// because misteriously it read the target area pixels as red
|
||||
lDestCanvas.AlphaBlendIgnoringSrcPixels(lCanvas, X, Y, 0, 0, lWidth, lHeight);
|
||||
|
||||
// Release the helper objects
|
||||
|
Loading…
Reference in New Issue
Block a user