ソースを参照

云版屏蔽粘贴整块

MaiXinRong 6 年 前
コミット
d24b1b120b
1 ファイル変更1 行追加1 行削除
  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;