Skip to content

Commit

Permalink
Убрал незнакомые зкадному парсеру слова
Browse files Browse the repository at this point in the history
  • Loading branch information
zamtmn committed Sep 13, 2024
1 parent 49ba1aa commit a4452b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cad_source/zcad/commands/uzccommand_move.pas
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ TCopyObjectDesc=record
move_com = object(CommandRTEdObject)
t3dp: gdbvertex;
pcoa:ptpcoavector;
protected
{-}protected{//}
function InternalCommandStart(const Context:TZCADCommandContext;Operands:TCommandOperands):Boolean;virtual;
public
{-}public{//}
procedure CommandStart(const Context:TZCADCommandContext;Operands:TCommandOperands);virtual;
procedure CommandCancel(const Context:TZCADCommandContext); virtual;
function BeforeClick(const Context:TZCADCommandContext;wc: GDBvertex; mc: GDBvertex2DI; var button: Byte;osp:pos_record): Integer; virtual;
Expand Down

0 comments on commit a4452b4

Please sign in to comment.