diff --git a/core.lua b/core.lua index 1ad8805..dcd748b 100644 --- a/core.lua +++ b/core.lua @@ -1,5 +1,5 @@ Aux = { - version = '2.15.7', + version = '2.15.8', blizzard_ui_shown = false, orig = {}, } diff --git a/panels/post/frames.lua b/panels/post/frames.lua index c453692..08a68be 100644 --- a/panels/post/frames.lua +++ b/panels/post/frames.lua @@ -21,8 +21,8 @@ function Aux.post_frame.create_frames(private, public) highlight:Hide() highlight:SetTexture(1, .9, .9, .1) AuxPostParametersItem:SetScript('OnEnter', function() + highlight:Show() if private.selected_item then - highlight:Show() Aux.info.set_tooltip(private.selected_item.itemstring, this, 'ANCHOR_RIGHT') end end)