Skip to content

Commit

Permalink
Update Base_Block.pas
Browse files Browse the repository at this point in the history
  • Loading branch information
albireo77 committed Jan 6, 2025
1 parent 4f400d4 commit 6004ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blocks/Base_Block.pas
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ TBlock = class(TCustomControl, IWithId, IWithFocus, IExportable, IMemoEx)
FRefreshMode,
FFrame,
FMouseLeave,
FPosChanged: boolean;
FPosChanged: boolean; // flag to indicate that block was moved from its initial position (0, 0)
FShape: TColorShape;
FRedArrow: integer; // indicates active arrow; -1: none, 0: bottom, 1: branch1, 2: branch2...
constructor Create(ABranch: TBranch; const ABlockParms: TBlockParms; AShape: TColorShape; AParserMode: TYYMode; AAlignment: TAlignment);
Expand Down

0 comments on commit 6004ccf

Please sign in to comment.