Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

world Quest tab 可能会导致 meetingStorne 插件 搜索框锚点错误,修改两个地方可正常 #8

Open
sofeiall opened this issue Nov 15, 2022 · 0 comments

Comments

@sofeiall
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant