ValEdit: Update Modified when Strings are changed.

git-svn-id: trunk@40296 -
This commit is contained in:
bart 2013-02-13 14:24:33 +00:00
parent 6b04227c32
commit 354039f2b0

View File

@ -683,6 +683,8 @@ end;
procedure TValueListEditor.StringsChange(Sender: TObject);
begin
//Since we never call inherited SetCell, this seems the logical place to do it
Modified := True;
AdjustRowCount;
Invalidate;
if Assigned(OnStringsChange) then