mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 07:59:44 +02:00
git-svn-id: trunk@26786 -
This commit is contained in:
parent
7018a816fe
commit
78bb6e3501
@ -29,6 +29,8 @@ begin
|
||||
if FDataLink.Field <> nil then begin
|
||||
//use the right EditMask if any
|
||||
//EditMask := FDataLink.Field.EditMask; doesn't exist yet
|
||||
if Alignment <> FDataLink.Field.Alignment then
|
||||
Alignment := FDataLink.Field.Alignment;
|
||||
|
||||
//if we are focused its possible to edit,
|
||||
//if the field is currently modifiable
|
||||
|
Loading…
Reference in New Issue
Block a user