mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:59:14 +02:00
Revert r51898 #0dfc266d6f "LCL: Take EditMask in DBEdit into account...". The issue is QT related.
git-svn-id: trunk@51901 -
This commit is contained in:
parent
66e2cfedc0
commit
d65c2f1ae2
@ -202,14 +202,9 @@ begin
|
||||
exit;
|
||||
FFocusedDisplay := true;
|
||||
if WidgetSet.GetLCLCapability(lcReceivesLMClearCutCopyPasteReliably) = LCL_CAPABILITY_YES then
|
||||
begin
|
||||
FDataLink.Reset
|
||||
end
|
||||
else begin
|
||||
RestoreMask(Self.Text);
|
||||
else
|
||||
FDataLink.Edit;
|
||||
Self.DoEnter;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TDBEdit.WMKillFocus(var Message: TLMKillFocus);
|
||||
|
Loading…
Reference in New Issue
Block a user