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;