Details! Damage Meter

Details! Damage Meter

243M Downloads

Undisclosed Print call in a panel.lua function

Undisclosed-Information opened this issue ยท 0 comments

commented

panel.lua#L3649

    ...
    --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