lcl: don't call SelectAll in TDBEdit.DataChange since clears the content if state is changed to dsEdit while editing it

git-svn-id: trunk@32477 -
This commit is contained in:
blikblum 2011-09-23 23:22:43 +00:00
parent ed5e8f0f0a
commit 90dd407ee2

View File

@ -36,7 +36,6 @@ begin
if Focused and FDataLink.CanModify then begin
//display the real text since we can modify it
RestoreMask(FDatalink.Field.Text);
SelectAll;
end else
//otherwise display the pretified/formated text since we can't
DisableMask(FDataLink.Field.DisplayText);