minor changes
This commit is contained in:
@@ -16,12 +16,18 @@ function Aux.post_frame.create_frames(private, public)
|
||||
end
|
||||
ClearCursor()
|
||||
end)
|
||||
local highlight = AuxPostParametersItem:CreateTexture()
|
||||
highlight:SetAllPoints(AuxPostParametersItem)
|
||||
highlight:Hide()
|
||||
highlight:SetTexture(1, .9, .9, .1)
|
||||
AuxPostParametersItem:SetScript('OnEnter', function()
|
||||
if private.selected_item then
|
||||
highlight:Show()
|
||||
Aux.info.set_tooltip(private.selected_item.itemstring, this, 'ANCHOR_RIGHT')
|
||||
end
|
||||
end)
|
||||
AuxPostParametersItem:SetScript('OnLeave', function()
|
||||
highlight:Hide()
|
||||
GameTooltip:Hide()
|
||||
end)
|
||||
|
||||
|
||||
@@ -439,11 +439,11 @@ function private.disable_resume()
|
||||
end
|
||||
|
||||
do
|
||||
local searches = { [0] = {
|
||||
local searches = { [1] = {
|
||||
filter_string = '',
|
||||
records = {},
|
||||
}}
|
||||
local search_index = 0
|
||||
local search_index = 1
|
||||
|
||||
function private.current_search()
|
||||
return searches[search_index]
|
||||
|
||||
Reference in New Issue
Block a user