Skip to content

Commit c510087

Browse files
authored
Merge pull request #26 from SolidAlloy/inherits-attribute-fix
fix: Fixed attribute options not being applied to the dropdown
2 parents 07086a4 + 93dd61b commit c510087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Editor/Drawers/TypeReferencePropertyDrawer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ namespace TypeReferences.Editor.Drawers
1111
/// </summary>
1212
/// <remarks>The class is public because it is used in the Samples package.</remarks>
1313
[CustomPropertyDrawer(typeof(TypeReference))]
14+
[CustomPropertyDrawer(typeof(TypeOptionsAttribute), true)]
1415
public class TypeReferencePropertyDrawer : PropertyDrawer
1516
{
1617
public override float GetPropertyHeight(SerializedProperty property, GUIContent label)

0 commit comments

Comments
 (0)