Browse Source

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

rich2014 2 years ago
parent
commit
716cbbd9ee
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/fmain.pas

+ 1 - 2
src/fmain.pas

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