Deadcows / MyBox

MyBox is a set of attributes, tools and extensions for Unity
http://deadcow.ru
MIT License
1.94k stars 244 forks source link

Fixed reorderable list height calculation in DisplayInspector drawer #175

Closed TheWalruzz closed 3 years ago

TheWalruzz commented 3 years ago

Fixes #169

I had an issue with reorderable lists not appearing when using DisplayInspectorAttribute and also an issue with height calculation for the whole sub-inspector whenever reorderable list was inside. This PR fixes that, hopefully without breaking any other usecases I didn't think of

Deadcows commented 3 years ago

Thanks for fixing it!