obble / modui_classic

modui: for wow classic
45 stars 20 forks source link

Tooltips bug with signposts #99

Open bf3fx opened 4 years ago

bf3fx commented 4 years ago

Bug with "Mouse Anchored Tooltips" enabled

https://i.imgur.com/YFwgSkS.png

bf3fx commented 4 years ago

change lines 88 and 89 in "tooltip\layout.lua" via if tostring(tooltip:GetAnchorType()) == 'ANCHOR_NONE' then tooltip:ClearAllPoints() tooltip:SetPoint('TOPLEFT', UIParent, 'BOTTOMLEFT', (x/scale + 25), (y/scale + -5)) end