- Emergencial fix for death logs which sometimes was breaking the addon data capture.
- Fixed window alerts which was showing behind the bars. - Fixed a issue where Details! windows wasn't hidden when a pet battle starts. - Fixed a issue with segments menu when a window is placed on the right side of the screen. - Fixed death log issue with friendly fire hits.
This commit is contained in:
@@ -1500,7 +1500,11 @@ function DetailsCreateCoolTip()
|
||||
if (f2_start_point < f1_end_point) then
|
||||
local diff = f2_start_point - f1_end_point
|
||||
CoolTip.overlap_checked = true
|
||||
return CoolTip:SetMyPoint (host, CoolTip.internal_x_mod + diff, CoolTip.internal_y_mod)
|
||||
|
||||
frame2:ClearAllPoints()
|
||||
frame2:SetPoint ("bottomright", frame1, "bottomleft")
|
||||
--+ diff
|
||||
return CoolTip:SetMyPoint (host, CoolTip.internal_x_mod , CoolTip.internal_y_mod)
|
||||
end
|
||||
|
||||
end
|
||||
@@ -1702,6 +1706,9 @@ function DetailsCreateCoolTip()
|
||||
|
||||
--> wipe all data ~reset
|
||||
function CoolTip:Reset()
|
||||
|
||||
frame2:ClearAllPoints()
|
||||
frame2:SetPoint ("bottomleft", frame1, "bottomright")
|
||||
|
||||
CoolTip.FixedValue = nil
|
||||
CoolTip.HaveSubMenu = false
|
||||
|
||||
Reference in New Issue
Block a user