View Single Post
01-18-16, 09:39 PM   #14
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Originally Posted by semlar View Post
Lua Code:
  1. hooksecurefunc('CompactUnitFrame_UpdateHealPrediction', function(frame)
  2.     frame.myHealPrediction:Hide()
  3.     frame.otherHealPrediction:Hide()
  4. end)
I looked at this as an idea when asked about this before and saw the problem that the original function doesn't check if these are hidden. Since these bars don't overlap and are always rendered with one starting at the end of the previous one, this will cause a gap to show when you have an absorb and an incoming heal at the same time.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 01-18-16 at 09:41 PM.
  Reply With Quote