mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 07:39:29 +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);
|
procedure TAppDelegate.applicationDidResignActive(notification: NSNotification);
|
||||||
begin
|
begin
|
||||||
Application.IntfAppDeactivate;
|
Application.IntfAppDeactivate;
|
||||||
|
Application.DoBeforeMouseMessage(nil);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TAppDelegate.applicationDidChangeScreenParameters(notification: NSNotification);
|
procedure TAppDelegate.applicationDidChangeScreenParameters(notification: NSNotification);
|
||||||
|
Loading…
Reference in New Issue
Block a user