mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 10:10:31 +02:00
fix #0025407: MouseMove with pressed mouse button is not received in TFrame with Cocoa Widgetset
git-svn-id: trunk@43536 -
This commit is contained in:
parent
7fe86ac347
commit
42921b3dcb
@ -1271,6 +1271,7 @@ end;
|
||||
|
||||
procedure TCocoaCustomControl.mouseDragged(event: NSEvent);
|
||||
begin
|
||||
if not Assigned(callback) or not callback.MouseMove(event) then
|
||||
inherited mouseDragged(event);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user