[Bind] Propagate ComputeSize attribute in cloned Parameters
This commit is contained in:
parent
e11b7ca993
commit
9012101e8c
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ namespace Bind.Structures
|
||||||
Generic = p.Generic;
|
Generic = p.Generic;
|
||||||
Flow = p.Flow;
|
Flow = p.Flow;
|
||||||
cache = p.cache;
|
cache = p.cache;
|
||||||
|
ComputeSize = p.ComputeSize;
|
||||||
//this.rebuild = false;
|
//this.rebuild = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue