diff --git a/lcl/include/dbedit.inc b/lcl/include/dbedit.inc index c702d49ef8..99f020e5c3 100644 --- a/lcl/include/dbedit.inc +++ b/lcl/include/dbedit.inc @@ -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);