PromotionText RegisterCallback error

nextwave

Chieftain
Joined
Oct 15, 2011
Messages
9
Location
Arizona
I noticed a RegisterCallback error in UnitPanel.lua and tracked it down to being caused by changing my interface from using small interface to normal interface. Issue was occurring because of:

Code:
Controls.PromotionText:RegisterCallback(Mouse.eLClick, OnPromotionTreeButton)

It looks like PromotionText in UnitPanel_small.xml was changed from a Label to a TextButton to make it able to be registered for events, but wasn't changed in UnitPanel.xml. Quick solution was to just add UnitPanel.xml and change it's PromotionText Label to a TextButton as well.

Can't wait to see the mod on the Workshop soon! :)
 
Thanks for pointing this out; this was a very helpful bug report! I've fixed it for the post-expansion version. :goodjob:

I'd recommend also posting about this in whoward's thread for the independent condensed promotions mod.
 
Back
Top Bottom