riptable icon indicating copy to clipboard operation
riptable copied to clipboard

Make Struct.total_sizes respect overrides in derived Struct types.

Open jack-pappas opened this issue 3 years ago • 0 comments

This fixes an issue I ran into when experimenting with a derived Struct type that included a .total_sizes override, where the override worked fine when called directly, but wouldn't ever be called when an instance of the class was nested inside an rt.Struct.

jack-pappas avatar Mar 03 '22 17:03 jack-pappas