Browse Source

云版屏蔽粘贴整块

MaiXinRong 6 năm trước cách đây
mục cha
commit
d24b1b120b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;