kotcrab/vis-ui

Spinner getSelectorName and setSelectorName use different fields

Closed this issue · 1 comments

In the Spinner class:

  • setSelectorName sets the text in the attached label
  • getSelectorName returns the Actor name field

In the interests of consistency I think that the getSelectorName should return the text in the attached label.

Great library btw!

Fixed, thanks for reporting.