Commit 6bae42d4 authored by Ivaria's avatar Ivaria
Browse files

Fixed Masque integration to no longer call deprecated API Group:Skin

parent 1338da84
## Interface: 60000
## Title: VuhDo ['vu:du:]
## Author: Iza@Gilneas, humfras
## Version: 3.60
## Version: 3.61
## Notes: Raid Frames providing click-heal functionality, buff and debuff control, main tank management and much more
## SavedVariablesPerCharacter: VUHDO_CONFIG, VUHDO_PANEL_SETUP, VUHDO_SPELL_ASSIGNMENTS, VUHDO_HOSTILE_SPELL_ASSIGNMENTS, VUHDO_MM_SETTINGS, VUHDO_PLAYER_TARGETS, VUHDO_MAINTANK_NAMES, VUHDO_BUFF_SETTINGS, VUHDO_POWER_TYPE_COLORS, VUHDO_SPELLS_KEYBOARD, VUHDO_SPELL_CONFIG, VUHDO_BUFF_ORDER, VUHDO_SPEC_LAYOUTS, VUHDO_GROUP_SIZE, VUHDO_RAID, VUHDO_INDICATOR_CONFIG
## SavedVariables: VUHDO_PROFILES, VUHDO_MANUAL_ROLES, VUHDO_SPELL_LAYOUTS, VUHDO_USER_CLASS_COLORS, VUHDO_DEBUFF_BLACKLIST, VUHDO_BOUQUETS, VUHDO_COMBAT_LOG_TRACE, VUHDO_GLOBAL_CONFIG, VUHDO_DEBUG
......
......@@ -242,9 +242,6 @@ function VUHDO_reloadBuffPanel()
if VUHDO_BUFF_SETTINGS["CONFIG"]["SHOW"] then
VuhDoBuffWatchMainFrame:Show();
if VUHDO_LibButtonFacade then
VUHDO_LibButtonFacade:Group("VuhDo", VUHDO_I18N_BUFF_WATCH):Skin(VUHDO_BUFF_SETTINGS["CONFIG"]["BUTTON_FACADE"]);
end
else
VuhDoBuffWatchMainFrame:Hide();
end
......
......@@ -1032,10 +1032,6 @@ function VUHDO_redrawAllPanels(anIsFixAllFrameLevels)
twipe(VUHDO_UNIT_BUTTONS);
twipe(VUHDO_UNIT_BUTTONS_PANEL);
if VUHDO_LibButtonFacade then
VUHDO_LibButtonFacade:Group("VuhDo", VUHDO_I18N_HOTS):Skin(VUHDO_PANEL_SETUP["HOTS"]["BUTTON_FACADE"]);
end
tBackdrop = nil;
tBackdropCluster = nil;
for tCnt = 1, 10 do -- VUHDO_MAX_PANELS
......
Version 3.61.
Bugfixes:
-- Fixed Masque integration to no longer call deprecated API 'Skin'
Improvements:
Changes:
Features:
--------------------------------------------------------------
Version 3.60.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment