Undisclosed Print call in a panel.lua function
Undisclosed-Information opened this issue ยท 0 comments
...
--when show the frame, reset to the current internal index
mainFrame:SetScript("OnShow", tab_container_on_show)
--select the first frame
mainFrame.SelectIndex (mainFrame.AllButtons[1], nil, 1)
print() --this one!!!!!
return mainFrame