Forgot to anchor the search field

This commit is contained in:
tekkub ʕ ´ᴥ` ʔ 2016-09-09 02:12:25 -06:00
parent 261e03bc56
commit 7ad108b903
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ local myname, ns = ...
function ns.MakeSearchField(GVS, Refresh)
local editbox = ns.NewTextInput(GVS)
editbox:SetPoint("BOTTOMLEFT", GVS, "TOPLEFT", 55, 9)
editbox:SetScript("OnEditFocusGained", function(self)
if not GVS.searchstring then