View Single Post
08-02-16, 04:53 AM   #3
mich125
A Fallenroot Satyr
Join Date: Jan 2010
Posts: 27
Originally Posted by Resike View Post
Is the issue still happens with every other addon, mostly your action bar addon disabled too?
I only have few scripts, for moving hiding stuff like:

Code:
MultiBarBottomLeft:ClearAllPoints()
MultiBarBottomLeft:SetPoint("BOTTOMLEFT","UIParent","BOTTOMLEFT",272,45)
MultiBarBottomLeft:SetScale(1)
MultiBarBottomLeft.SetPoint = function() end

MultiBarBottomRight:ClearAllPoints()
MultiBarBottomRight:SetPoint("BOTTOMLEFT","UIParent","BOTTOMLEFT",784,45)
MultiBarBottomRight:SetScale(1)
MultiBarBottomRight.SetPoint = function() end
Will try to disable everyting and try only with micromenu script tho
  Reply With Quote