Explorar o código

crNone buggy on MacOS

circular17 %!s(int64=6) %!d(string=hai) anos
pai
achega
6185bed5f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lazpaint/uimageview.pas

+ 1 - 1
lazpaint/uimageview.pas

@@ -531,7 +531,7 @@ var virtualScreenPenCursorBefore: boolean;
       PtInRect(FLastPictureParameters.scaledArea, Point(X,Y)) then
     begin
       FPenCursorVisible := True;
-      wantedCursor := crNone;
+      {$IFNDEF DARWIN}wantedCursor := crNone;{$ENDIF}
       result := true;
     end else
       result := false;