mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:19:41 +02:00
Cocoa: trigger CM_MOUSEMOVE when the APP Deactive
This commit is contained in:
parent
c424cd8c5a
commit
534df9995a
@ -658,6 +658,7 @@ end;
|
||||
procedure TAppDelegate.applicationDidResignActive(notification: NSNotification);
|
||||
begin
|
||||
Application.IntfAppDeactivate;
|
||||
Application.DoBeforeMouseMessage(nil);
|
||||
end;
|
||||
|
||||
procedure TAppDelegate.applicationDidChangeScreenParameters(notification: NSNotification);
|
||||
|
Loading…
Reference in New Issue
Block a user