LazReport: Fix mouse cursor disappearing over images. Issue #41289, patch by paweld

(cherry picked from commit ad55ba8399)
This commit is contained in:
wp_xyz 2024-12-26 10:54:46 +01:00
parent 11b373446d
commit 0e1be81f90

View File

@ -604,6 +604,7 @@ begin
if not Assigned(Preview.EMFPages) then Exit;
E:=TfrEMFPages(Preview.EMFPages);
P:=Point(X - Preview.ofx, Y - Preview.ofy);
C:=Cursor;
for i := 0 to E.Count - 1 do
if PtInRect(E[i]^.R, P) then
begin