Thread Tools Display Modes
08-13-17, 06:01 PM   #1
TurboCrackers
A Murloc Raider
Join Date: Jul 2017
Posts: 6
Pesky blue glow around item slots?

Hi everyone! I'm creating an inventory mod where I combine all bags into one, and I'm having an issue where when I create each slot, it gets a blue glow around it (I'm using ContainerFrameItemButtonTemplate for each slot). When I hover over each button with my mouse, the blue glow goes away. However, I can't seem to figure out what's causing it to be there in the first place. Any suggestions?

  Reply With Quote
08-13-17, 06:12 PM   #2
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
Code:
BattlepayItemTexture
And this is why it goes away OnEnter:
Lua Code:
  1. -- in ContainerFrameItemButton_OnEnter
  2. local battlepayItemTexture = self.BattlepayItemTexture;
  3. ...
  4. battlepayItemTexture:Hide();
__________________
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Pesky blue glow around item slots?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off