[InlineButton] not shown when [ValueDropdown] is used as well

Issue #190 resolved
Rainer Bernhardt created an issue

No inline button is shown, when having ValueDropdown and InlineButton on the same field.

[ValueDropdown("GetSetups")]
[InlineButton("OpenBackgroundScenes", "Open")]
public string ActiveBackgroundSetup = "";

Comments (3)

  1. Tor Esa Vestergaard

    Hey, and thanks for reporting this. This was being caused by the InlineButton drawer not having the proper priority setting - I've now changed it to have a wrapper level priority, which resolves the issue. This fix will make it into the next minor patch of Odin, but if you'd like the fix immediately, you can send me your Odin invoice ID at tor@sirenix.net, and I'll send you the latest build with the fix included.

  2. Log in to comment