Disabled Bindings.xml to avoid taints in 10.0
This commit is contained in:
@@ -3101,7 +3101,7 @@ local function CreateAlertFrame(baseframe, instancia)
|
||||
frame_lower:SetHeight(25)
|
||||
frame_lower:SetPoint("left", frame_upper, "left")
|
||||
frame_lower:SetPoint("right", frame_upper, "right")
|
||||
frame_upper:SetScrollChild (frame_lower)
|
||||
frame_upper:SetScrollChild(frame_lower)
|
||||
|
||||
local alert_bg = CreateFrame("frame", "DetailsAlertFrame" .. instancia.meu_id, frame_lower,"BackdropTemplate")
|
||||
alert_bg:SetPoint("bottom", baseframe, "bottom")
|
||||
@@ -3551,7 +3551,7 @@ function gump:CriaJanelaPrincipal (ID, instancia, criando)
|
||||
scrollbar:Show()
|
||||
|
||||
--config set
|
||||
scrollbar:SetOrientation ("VERTICAL")
|
||||
scrollbar:SetOrientation("VERTICAL")
|
||||
scrollbar.scrollMax = 0
|
||||
scrollbar:SetMinMaxValues(0, 0)
|
||||
scrollbar:SetValue(0)
|
||||
@@ -3612,7 +3612,7 @@ function gump:CriaJanelaPrincipal (ID, instancia, criando)
|
||||
-- background window config -------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
backgroundframe:SetAllPoints(baseframe)
|
||||
backgroundframe:SetScrollChild (backgrounddisplay)
|
||||
backgroundframe:SetScrollChild(backgrounddisplay)
|
||||
|
||||
backgrounddisplay:SetResizable(true)
|
||||
backgrounddisplay:SetPoint("topleft", baseframe, "topleft")
|
||||
@@ -7332,8 +7332,8 @@ function updateClickThroughListener:LeaveCombat()
|
||||
end)
|
||||
end
|
||||
|
||||
updateClickThroughListener:RegisterEvent ("COMBAT_PLAYER_ENTER", "EnterCombat")
|
||||
updateClickThroughListener:RegisterEvent ("COMBAT_PLAYER_LEAVE", "EnterCombat")
|
||||
updateClickThroughListener:RegisterEvent("COMBAT_PLAYER_ENTER", "EnterCombat")
|
||||
updateClickThroughListener:RegisterEvent("COMBAT_PLAYER_LEAVE", "EnterCombat")
|
||||
|
||||
function Details:UpdateClickThroughSettings (inCombat, window, bars, toolbaricons)
|
||||
if (inCombat ~= nil) then
|
||||
|
||||
Reference in New Issue
Block a user