Another round of general bug fixes

- Added Abyssal  Healing Potion.
- Fixed healing done targets on the breakdown window.
- Fixed hovering bars when the window is embed into the chat window.
This commit is contained in:
Tercio Jose
2020-07-01 12:54:30 -03:00
parent 168056cffb
commit 72ddfe8202
3 changed files with 47 additions and 18 deletions
+12
View File
@@ -173,9 +173,14 @@ end
window1.baseframe:ClearAllPoints()
window1.baseframe:SetParent (ChatFrame)
window1.rowframe:SetParent (window1.baseframe)
window1.rowframe:ClearAllPoints()
window1.rowframe:SetAllPoints()
window1.windowSwitchButton:SetParent (window1.baseframe)
window1.windowSwitchButton:ClearAllPoints()
window1.windowSwitchButton:SetAllPoints()
local y_up = window1.toolbar_side == 1 and -20 or 0
local y_down = (window1.show_statusbar and 14 or 0) + (window1.toolbar_side == 2 and 20 or 0)
@@ -212,6 +217,13 @@ end
window1.rowframe:SetParent (window1.baseframe)
window2.rowframe:SetParent (window2.baseframe)
window1.windowSwitchButton:SetParent (window1.baseframe)
window1.windowSwitchButton:ClearAllPoints()
window1.windowSwitchButton:SetAllPoints()
window2.windowSwitchButton:SetParent (window2.baseframe)
window2.windowSwitchButton:ClearAllPoints()
window2.windowSwitchButton:SetAllPoints()
window1:LockInstance (true)
window2:LockInstance (true)