CustomTutorials-2.1

CustomTutorials-2.1

2.9k Downloads

Dragonflight title bug

Solanya opened this issue ยท 4 comments

commented

Hi, while working on updates for Dragonflight, I found an issue with your library in 10.0.

frame.TitleText:SetText(data.title or frame.data.title)

It will now need to be frame.TitleContainer.TitleText:SetText(data.title or frame.data.title)

commented

Thank you! Yeah, lots of stuff to update, still haven't gotten to this one.

commented

Fixed internally, will release soonTM

commented

Uploaded fix. Please don't forget to list on curseforge's admin tools CustomTutorials as one of the libraries you use! That way curse will award it points.

commented

Thanks, and good call, I'll look into that before releasing the update.