mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 10:26:10 +02:00
TMaskEdit: fix off by 1 error in DeleteChars.
git-svn-id: trunk@64767 -
This commit is contained in:
parent
0502efa986
commit
e28c9c1e26
@ -1379,7 +1379,7 @@ begin
|
||||
if HasExtSelection then
|
||||
begin
|
||||
DeleteSelected;
|
||||
if IsLiteral(FCursorPos) then
|
||||
if IsLiteral(FCursorPos+1) then
|
||||
SelectNextChar;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user