Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: AngryGerman on August 20, 2013, 04:34:48 PM

Title: UIPopList -> OnSelectionChange not processing a value that was selected prior
Post by: AngryGerman on August 20, 2013, 04:34:48 PM
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.
Title: Re: UIPopList -> OnSelectionChange not processing a value that was selected prior
Post by: ArenMook on August 21, 2013, 10:29:49 AM
Sure, I'll add an option.