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