More break-fixes for 7.1
Joe Vaughan [10-25-16 - 20:30]
More break-fixes for 7.1
More fixes for #8
diff --git a/SVUI_!Core/system/profile.lua b/SVUI_!Core/system/profile.lua
index 91ec6a7..b38c53e 100644
--- a/SVUI_!Core/system/profile.lua
+++ b/SVUI_!Core/system/profile.lua
@@ -126,7 +126,7 @@ local function InitializeProfileInterface()
SV.ProfileInterface.Clear:SetStyle("Button")
SV.ProfileInterface.Clear:SetScript("OnClick", ProfileInterface_ClearProfile)
SV.API:Set("CloseButton", SV.ProfileInterface.Close)
- ProfileInterfaceDialog:SetStyle("Frame", "Transparent")
+ --ProfileInterfaceDialog:SetStyle("Frame", "Transparent")
ProfileInterfaceDialog.Input:SetScript("OnTextChanged", ProfileInterface_OnTextChanged)
SV.ProfileInterface:RegisterForDrag("LeftButton");
ProfileInterfaceHelp:SetStyle("Frame", "Default")
diff --git a/SVUI_Chat/SVUI_Chat.lua b/SVUI_Chat/SVUI_Chat.lua
index 4dc584c..214935f 100644
--- a/SVUI_Chat/SVUI_Chat.lua
+++ b/SVUI_Chat/SVUI_Chat.lua
@@ -1866,7 +1866,7 @@ function MOD:Load()
SetAllChatHooks()
- FriendsMicroButton:Die()
+ --FriendsMicroButton:Die()
ChatFrameMenuButton:Die()
_G.InterfaceOptionsSocialPanelTimestampsButton:SetAlpha(0)
diff --git a/SVUI_NamePlates/SVUI_NamePlates.lua b/SVUI_NamePlates/SVUI_NamePlates.lua
index ffb9c17..c0a067b 100644
--- a/SVUI_NamePlates/SVUI_NamePlates.lua
+++ b/SVUI_NamePlates/SVUI_NamePlates.lua
@@ -608,7 +608,8 @@ function DriverFrame:UpdateNamePlateOptions()
local namePlateVerticalScale = tonumber(GetCVar("NamePlateVerticalScale"));
local horizontalScale = tonumber(GetCVar("NamePlateHorizontalScale"));
- C_NamePlate.SetNamePlateOtherSize(self.baseNamePlateWidth * horizontalScale, self.baseNamePlateHeight);
+ C_NamePlate.SetNamePlateFriendlySize(self.baseNamePlateWidth * horizontalScale, self.baseNamePlateHeight);
+ C_NamePlate.SetNamePlateEnemySize(self.baseNamePlateWidth * horizontalScale, self.baseNamePlateHeight);
C_NamePlate.SetNamePlateSelfSize(self.baseNamePlateWidth * horizontalScale, self.baseNamePlateHeight);
diff --git a/SVUI_UnitFrames/SVUI_UnitFrames.lua b/SVUI_UnitFrames/SVUI_UnitFrames.lua
index 3964dba..3c3ba6e 100644
--- a/SVUI_UnitFrames/SVUI_UnitFrames.lua
+++ b/SVUI_UnitFrames/SVUI_UnitFrames.lua
@@ -1425,7 +1425,7 @@ function MOD:Load()
SV.Events:On("AURA_FILTER_OPTIONS_CHANGED", UpdateUnitFrames, true);
- self:InitializeBodyGuard()
+ --self:InitializeBodyGuard()
local rDebuffs = SV.oUF_RaidDebuffs or oUF_RaidDebuffs;
if not rDebuffs then return end