FIX: DARWIN: Cursor not reset in Reactive Application on MacOS 13 again (#732) (#734)

This commit is contained in:
rich2014 2022-12-25 21:04:32 +08:00 committed by GitHub
commit 716cbbd9ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6985,8 +6985,7 @@ end;
procedure TfrmMain.AppActivate(Sender: TObject);
begin
{$IFDEF DARWIN}
if self.Active then
resetScreenCursor;
resetScreenCursor;
{$ENDIF}
if Assigned(FrameLeft) then