mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 17:00:31 +02:00
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:
parent
ed5e8f0f0a
commit
90dd407ee2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user