Nested classes don't show up, even if public

Issue #1 resolved
max99x created an issue

In TypeReferences.ClassTypeReferencePropertyDrawer.FilterTypes, the check for type.IsPublic causes nested classes to be excluded, even if they are public. Changing that to type.IsVisible fixes this.

Comments (3)

  1. Log in to comment