mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 12:59:12 +02:00
LCL-CustomDrawn-Cocoa: Fixes compilation
git-svn-id: trunk@37044 -
This commit is contained in:
parent
e62f67750f
commit
3039cc08bb
@ -740,7 +740,7 @@ begin
|
||||
// Prepare the non-native image and canvas
|
||||
UpdateControlLazImageAndCanvas(WindowHandle.Image,
|
||||
WindowHandle.Canvas, lWidth, lHeight, clfRGB24UpsideDown);
|
||||
DrawFormBackground(WindowHandle.Image, WindowHandle.Canvas);
|
||||
DrawFormBackground(WindowHandle.Image, WindowHandle.Canvas, WindowHandle.LCLForm);
|
||||
WindowHandle.Canvas.NativeDC := PtrInt(Context);
|
||||
|
||||
// Draw the form
|
||||
|
Loading…
Reference in New Issue
Block a user