Browse Source

云版屏蔽粘贴整块

MaiXinRong 6 years ago
parent
commit
d24b1b120b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Frames/BGLFme.pas

+ 1 - 1
Frames/BGLFme.pas

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