mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 23:19:28 +02:00
TMaskEdit: select first editable character after Reset.
git-svn-id: trunk@64755 -
This commit is contained in:
parent
867003246c
commit
3f1bd7f441
@ -1820,6 +1820,8 @@ begin
|
||||
if IsMasked and (not ReadOnly) then
|
||||
begin
|
||||
RealSetTextWhileMasked(FTextOnEnter);
|
||||
FCursorPos := FFirstFreePos-1;
|
||||
SetCursorPos;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user