mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 23:20:18 +02:00
ValEdit: Update Modified when Strings are changed.
git-svn-id: trunk@40296 -
This commit is contained in:
parent
6b04227c32
commit
354039f2b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user