|
@@ -217,10 +217,10 @@ end;
|
|
|
|
|
|
procedure TBGLFrame.actnCopyBGLBlockUpdate(Sender: TObject);
|
|
|
begin
|
|
|
- if _IsDebugView then
|
|
|
- TAction(Sender).Visible := True
|
|
|
+ if _IsCloud then
|
|
|
+ TAction(Sender).Visible := False
|
|
|
else
|
|
|
- TAction(Sender).Visible := False;
|
|
|
+ TAction(Sender).Visible := True;
|
|
|
end;
|
|
|
|
|
|
procedure TBGLFrame.zgBGLGetCellEditor(Sender: TObject; ACoord: TPoint;
|