sirinsidiator / ESO-LibAddonMenu

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

Controls do not update their own disabled state when the value changes #51

Closed sirinsidiator closed 8 years ago

sirinsidiator commented 8 years ago

Enodoc's button issue in #50 is because of how a panel refresh is handled. When a control is passed to LAM-RefreshPanel instead of a panel, it won't call UpdateDisabled which prevents the button (or other controls) from updating their disabled state.