jacobdufault / fullinspector

Full Inspector supercharges Unity's inspector
MIT License
111 stars 27 forks source link

Fix InspectorHeader / InspectorMargin display before foldout #151

Open lazlo-bonin opened 8 years ago

lazlo-bonin commented 8 years ago

When an InspectorHeader or InspectorMargin attribute is used before a field with a foldout, it gets added inside the foldout (to the right of the arrow), before the field's label, which isn't the correct behaviour. It should render without the indent and before the arrow.