mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Fix: fixed aura module with initial configuration and support for tracking buffs, debuffs, and weapon enchants
removed incorrect tutorial tooltip
This commit is contained in:
@@ -766,6 +766,8 @@ function E:StaticPopup_Resize(dialog, which)
|
||||
height = height + 8 + editBox:GetHeight()
|
||||
elseif info.hasMoneyFrame then
|
||||
height = height + 16
|
||||
elseif info.hasMoneyInputFrame then
|
||||
height = height + 22
|
||||
end
|
||||
|
||||
if height > maxHeightSoFar then
|
||||
@@ -903,6 +905,13 @@ function E:StaticPopup_Show(which, text_arg1, text_arg2, data)
|
||||
_G[name.."MoneyFrame"]:Hide()
|
||||
end
|
||||
|
||||
-- Show or hide money input frame
|
||||
if info.hasMoneyInputFrame then
|
||||
_G[name.."MoneyInputFrame"]:Show()
|
||||
else
|
||||
_G[name.."MoneyInputFrame"]:Hide()
|
||||
end
|
||||
|
||||
-- Set the miscellaneous variables for the dialog
|
||||
dialog.which = which
|
||||
dialog.timeleft = info.timeout
|
||||
|
||||
Reference in New Issue
Block a user