mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 09:01:33 +02:00
LCL: Take EditMask in DBEdit into account when selectedAll. Issue #29693, patch from Bambang Pranoto.
git-svn-id: trunk@51898 -
This commit is contained in:
parent
de0a7494b4
commit
0dfc266d6f
@ -202,9 +202,14 @@ begin
|
||||
exit;
|
||||
FFocusedDisplay := true;
|
||||
if WidgetSet.GetLCLCapability(lcReceivesLMClearCutCopyPasteReliably) = LCL_CAPABILITY_YES then
|
||||
begin
|
||||
FDataLink.Reset
|
||||
else
|
||||
end
|
||||
else begin
|
||||
RestoreMask(Self.Text);
|
||||
FDataLink.Edit;
|
||||
Self.DoEnter;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TDBEdit.WMKillFocus(var Message: TLMKillFocus);
|
||||
|
Loading…
Reference in New Issue
Block a user