Explorar o código

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

rich2014 %!s(int64=2) %!d(string=hai) anos
pai
achega
716cbbd9ee
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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