mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 22:26:01 +02:00
* CamelCase for Top/Left properties (bug ID 30413)
git-svn-id: trunk@34905 -
This commit is contained in:
parent
3f072b3e29
commit
d55ed2a3fd
@ -227,9 +227,9 @@ begin
|
||||
Temp:=0;
|
||||
Ancestor:=TComponent(Filer.Ancestor);
|
||||
If Assigned(Ancestor) then Temp:=Ancestor.FDesignInfo;
|
||||
Filer.Defineproperty('left',@readleft,@writeleft,
|
||||
Filer.Defineproperty('Left',@readleft,@writeleft,
|
||||
(longrec(FDesignInfo).Lo<>Longrec(temp).Lo));
|
||||
Filer.Defineproperty('top',@readtop,@writetop,
|
||||
Filer.Defineproperty('Top',@readtop,@writetop,
|
||||
(longrec(FDesignInfo).Hi<>Longrec(temp).Hi));
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user