View Single Post
01-02-19, 02:27 AM   #2
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 309
Are you wanting to remove the skin for all of the buttons or just the 3rd bar?

Just quickly skimming through nMainbar...

It looks like you could just comment out SkinButton(self) in the ActionButton_Update hook and it wouldn't skin any of the standard buttons.

The other choice I would say to try is in the SkinButton function, after the declaration of buttonName add
Code:
if buttonName:find("MultiBarBottomRight") then return end
Not sure what the name of the 3rd bar buttons are in the addon so you'd have to alter that yourself.
__________________
AddOns: Tim @ WoWInterface
Battle Tag: Mysterio#11164
Current PC Setup: PCPartPicker List
  Reply With Quote