small change

This commit is contained in:
Manuel Simon Hirsig
2016-07-14 18:17:18 +02:00
parent 564a77f2e0
commit ee5fcd01f5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Aux = {
version = '2.15.7',
version = '2.15.8',
blizzard_ui_shown = false,
orig = {},
}
+1 -1
View File
@@ -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)