- added AceGUI-3.0-SharedMediaWidgets support to the font selection box and ToT bar texture selection

This commit is contained in:
Parnic
2010-10-21 02:20:09 +00:00
parent 04a885b123
commit 78b825c79d
5 changed files with 33 additions and 28 deletions

View File

@ -373,16 +373,17 @@ Expand "|cffffdc42Module Settings|r", expand PlayerInfo (or TargetInfo for targe
textSettings = {
type = 'select',
dialogControl = "LSM30_Font",
name = L["Font"],
desc = L["IceHUD Font"],
order = 19,
get = function(info)
return IceHUD:GetSelectValue(info, IceHUD.IceCore:GetFontFamily())
return IceHUD.IceCore:GetFontFamily()
end,
set = function(info, value)
IceHUD.IceCore:SetFontFamily(info.option.values[value])
IceHUD.IceCore:SetFontFamily(value)
end,
values = SML:List('font'),
values = AceGUIWidgetLSMlists.font,
order = 94.75,
},