You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The world Quest tab may cause the meetingStorne plugin search box anchor point error, modify two places to be normal。
world Quest tab 可能会导致 meetingStorne 插件 搜索框锚点错误,修改两个地方可正常
The world Quest tab may cause the meetingStorne plugin search box anchor point error, modify two places to be normal。
world Quest tab 可能会导致 meetingStorne 插件 搜索框锚点错误,修改两个地方可正常
WorldQuestTab.xml
self:SetPoint("RIGHT", LFGListFrame.SearchPanel, "RIGHT", -30, 0);
change改成
self:SetPoint("RIGHT", LFGListFrame.SearchPanel.SearchBox, "RIGHT", -30, 0);
WorldQuestTab.lua
WQT_GroupSearch:SetPoint("RIGHT", LFGListFrame.SearchPanel, "RIGHT", -30, 0);
change改成
WQT_GroupSearch:SetPoint("RIGHT", LFGListFrame.SearchPanel.SearchBox, "RIGHT", -30, 0);
The text was updated successfully, but these errors were encountered: