Author Topic: UIPopList -> OnSelectionChange not processing a value that was selected prior  (Read 3484 times)

AngryGerman

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 9
    • View Profile
Hello,

the selection "setter" in UIPopList.cs (function: public string selection) is not processing if a selection is not different from the stored/previous selection parameter mSelectedItem. Would it be possible to make the if-statement optional, rather than mandatory?

I know I could remove the if-statement, but if there is ever an update to this script, I will most likely forget to remove it again at a later time ;)

Appreciate the help.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Sure, I'll add an option.