mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 22:56:06 +02:00
Cocoa: Fix mouse move bug on custom control
git-svn-id: trunk@43787 -
This commit is contained in:
parent
86249e6c23
commit
69097c78b5
@ -1325,6 +1325,7 @@ end;
|
||||
|
||||
procedure TCocoaCustomControl.mouseMoved(event: NSEvent);
|
||||
begin
|
||||
if not Assigned(callback) or not callback.MouseMove(event) then
|
||||
inherited mouseMoved(event);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user