You've already forked GnomishVendorShrinker
Move clearing text on show out of generic frame factory
This commit is contained in:
@ -24,6 +24,7 @@ function ns.MakeSearchField(parent)
|
||||
end)
|
||||
|
||||
editbox:SetScript("OnLeave", GameTooltip_Hide)
|
||||
editbox:SetScript("OnShow", function(self) self:SetText("") end)
|
||||
|
||||
ns.MakeSearchField = nil
|
||||
|
||||
|
Reference in New Issue
Block a user