int19h / WarBender

WarBender: a Mount & Blade: Warband save game editor
MIT License
28 stars 7 forks source link

Slots collection shows Parent and Raw properties #6

Closed int19h closed 5 years ago

int19h commented 5 years ago

image

This is a regression caused by the addition of SizeInBytes. Parent shouldn't be there at all, but Raw might be useful - it needs to be parenthesized, however, like all other computed properties.

int19h commented 5 years ago

Looks like (Raw) is going to be tricky to make in a way that it would display just the raw numbers, because currently it's a reference to the collection itself, just with a different static type - but property grid only cares about the dynamic type. So, going to just hide it for the time being.