View Single Post
01-25-17, 06:10 PM   #13
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
By default it doesn't look like it was set up for bags, probably because of so many bag addons.

I don't ElvUI so you will have to get the name of it's bag frame(s) and add it/them to the list of MouseLook_FramesToCheck.

Type /fstack
Every frame your mouse passes over will show a tooltip like window with a list of frames under the mouse.

Mouse over the open ElvUI bag frame (asumuing it's a single bag and close to the top is probably best). Find the name of the frame, possibly something like "ElvUIBagFrame" (just a guess).

In MouseLook .lua at line 94 after the text:
"AccountantFrame",

Add the name from /fstack like:
"ElvUIBagFrame",

The names are case senstive:

the line will look like"
Code:
"PetJournalParent",   "AccountantFrame",    "ElvUIBagFrame",
Type /fstack again to turn it off.

If it uses multiple bags you will have to add the names of each one to the list.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 01-25-17 at 06:18 PM.
  Reply With Quote