Prechádzať zdrojové kódy

crNone buggy on MacOS

circular17 6 rokov pred
rodič
commit
6185bed5f1
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;