It is skinned however (im looking at it right now, fully skinned apart from buttons that haven't been updated), it probably uses some "shared" config method that is being skinned separately.
Erm. Mine is not, what versions of both addons are you using?
The following should work if you update "Interface\AddOns\Skinner\SkinMe\tabDB.lua" with it.
function Skinner:tabDB()
if ( libTab ) then
if ( libTab.Data.TabDBtabs ) then -- version 2.0a1
for k, v in pairs(tabDB_tabFrames) do
local tabId = libTab.Data.TabDBtabs.tab["fid_"..v.Frame]
local tabObj = _G["libTabTabDBtabs"..tabId]
self:removeRegions(tabObj, {1})
if ( v.Frame == "LFDParentFrame" ) then
libTab.Data.TabDBtabs.tab[tabId].offsetX = 0 -- We no longer need an offset for this frame when using Skinner
end
end
elseif ( libTab.Data.TestTabs ) then -- version 2.0a
for k, v in pairs(tabDB_tabFrames) do
local tabId = libTab.Data.TestTabs.tab["fid_"..v.Frame]
local tabObj = _G["libTabTestTabs"..tabId]
self:removeRegions(tabObj, {1})
if ( v.Frame == "LFDParentFrame" ) then
libTab.Data.TestTabs.tab[tabId].offsetX = 0 -- Same as above
end
end
end
else
for i = 1, TABDB_MAX_TABS do -- version 1.0a
local tabObj = _G["tabDBtab"..i]
self:removeRegions(tabObj, {1}) -- N.B. other regions are icon and highlight
end
end
end
0
Yeah, but i really open the macro window more often than GatherMate config. ;)
0
0
Erm. Mine is not, what versions of both addons are you using?
0
Erm, what's the problem with unticking skinning of nameplates in config?
0
Can't find a skin for it in AddonSkins.
0
0
Thx.
0
0
0
0
0
0
Is your Mapster skinned at all? Mine is not with latest version of both addons.
0
Same as Mapster.
0
Worked out a solution, though.
/bficon