mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 06:09:29 +02:00
Cocoa: Fix MouseMove issue related to PopupMenu
This commit is contained in:
parent
6f8a824944
commit
9a11ab871d
@ -1144,7 +1144,7 @@ begin
|
||||
else
|
||||
begin
|
||||
if Event.window<>GetCocoaWindowAtPos(GetScreenPointFromEvent(Event)) then
|
||||
exit( true );
|
||||
exit;
|
||||
|
||||
rect:=Target.BoundsRect;
|
||||
OffsetRect(rect, -rect.Left, -rect.Top);
|
||||
|
Loading…
Reference in New Issue
Block a user