IDEIntf: propedits: comment

git-svn-id: trunk@43044 -
This commit is contained in:
mattias 2013-09-30 17:27:29 +00:00
parent ae866a4d12
commit 679b613dc8

View File

@ -382,6 +382,7 @@ end;
procedure TCollectionPropertyEditorForm.Modified;
begin
//debugln(['TCollectionPropertyEditorForm.Modified FOwnerPersistent=',DbgSName(FOwnerPersistent),' FCollection=',DbgSName(FCollection),' GlobalDesignHook.LookupRoot=',DbgSName(GlobalDesignHook.LookupRoot)]);
GlobalDesignHook.Modified(Self);
end;