View Single Post
05-18-18, 12:36 PM   #12
MunkDev
A Scalebane Royal Guard
 
MunkDev's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2015
Posts: 431
Originally Posted by galvin View Post
Theres no way to put the bar on the left side without causing the main bar UI to scale down. I did the offset, cause setpoint on a different point wasn't working.
I don't think that's true.
Lua Code:
  1. MainMenuBar:UnregisterEvent("DISPLAY_SIZE_CHANGED");
  2. MainMenuBar:UnregisterEvent("UI_SCALE_CHANGED");

Write your own version of the function (or just copy it and run yours after), then make sure you don't call it in combat.
You might have to run the code again after a multibar update though.
__________________

Last edited by MunkDev : 05-18-18 at 12:39 PM.
  Reply With Quote