Explorar o código

云版屏蔽粘贴整块

MaiXinRong %!s(int64=6) %!d(string=hai) anos
pai
achega
d24b1b120b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Frames/BGLFme.pas

+ 1 - 1
Frames/BGLFme.pas

@@ -212,7 +212,7 @@ end;
 procedure TBGLFrame.zgBGLPaste(Sender: TObject; const ABounds: TRect;
   var Allow: Boolean);
 begin
-  if HasBGLBlockFormat then
+  if (not _IsCloud) and HasBGLBlockFormat then
   begin
     Allow := False;
     PasteBGLBlock;