this:SetAutoFocus(false); this:SetTextInsets(0, 8, 0, 0); AtlasLoot:Search(this:GetText()); this:ClearFocus(); this:RegisterForDrag("LeftButton"); this:SetBackdropColor(0.75, 0, 0.75); local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot"); AtlasLootDefaultFrame_Notice:SetText(AL["NoticeFrame"]); CloseDropDownMenus(); AtlasLootDefaultFrame_OnShow(); AtlasLootDefaultFrame_OnHide(); this:StartMoving(); this:StopMovingOrSizing();