BParameterGroup::Unflatten() didn't set the mGroup field of its parameters.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3797 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-07-02 02:03:37 +00:00
parent c378a5ecf8
commit 9505110943

View File

@ -1170,6 +1170,7 @@ BParameterGroup::Unflatten(type_code code, const void *buffer, ssize_t size)
skip_in_buffer(&buffer, parameterSize);
// add the item to the list
parameter->mGroup = this;
mControls->AddItem(parameter);
// add it's old pointer value to the RefFix list kept by the owner web