sirinsidiator / ESO-LibAddonMenu

http://www.esoui.com/downloads/info7-LibAddonMenu.html
Artistic License 2.0
42 stars 20 forks source link

Possible UI Error because of combobox count #6

Closed sirinsidiator closed 9 years ago

sirinsidiator commented 9 years ago

Mentioned in the comment section at ESOUI by Garkin.

When dropdown widget is updated comboboxCount is reset back to 1. Usually it doesn't matter, but if you are creating controls directly (and you don't have any other option if you want to modify created controls), some comboboxes could already exist and then you will get an UI error because of duplicate cotrol names.

Should be fixed in #1 This is related to #2