This commit is contained in:
Tercio Jose
2021-05-24 11:34:22 -03:00
5 changed files with 10 additions and 5 deletions
+1
View File
@@ -22,6 +22,7 @@
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--> initialization stuff
local _
do
local _detalhes = _G._detalhes
+3 -1
View File
@@ -3,6 +3,8 @@
local Details = _G.Details
local DF = _G.DetailsFramework
local _
function Details:InitializeMacrosWindow()
local DetailsMacrosPanel = DF:CreateSimplePanel (UIParent, 700, 480, "Details! Useful Macros", "DetailsMacrosPanel")
DetailsMacrosPanel.Frame = DetailsMacrosPanel
@@ -143,4 +145,4 @@ function Details.OpenMacrosWindow()
DetailsPluginContainerWindow.OpenPlugin (DetailsMacrosPanel)
DetailsMacrosPanel.MacroScrollbox:Refresh()
DetailsMacrosPanel:Show()
end
end
+2 -2
View File
@@ -1,7 +1,7 @@
local Details = _G.Details
local DF = _G.DetailsFramework
local _
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- ~run ~runcode
@@ -186,4 +186,4 @@ function Details.OpenRunCodeWindow()
local code = Details.run_code [DetailsRunCodePanel.EditingCodeKey]
DetailsRunCodePanel.CodeEditor:SetText (code)
end
end
+2 -1
View File
@@ -3,6 +3,7 @@
local Details = _G.Details
local DF = _G.DetailsFramework
local _
function Details:ScrollDamage()
if (not DetailsScrollDamage) then
@@ -268,4 +269,4 @@ targetDummieHandle:SetScript("OnEvent", function(_, _, unit)
end
end
end)
targetDummieHandle:RegisterEvent("PLAYER_TARGET_CHANGED")
targetDummieHandle:RegisterEvent("PLAYER_TARGET_CHANGED")
+2 -1
View File
@@ -2,6 +2,7 @@
local _detalhes = _G._detalhes
local Loc = LibStub ("AceLocale-3.0"):GetLocale ( "Details" )
local _
local CreateFrame = CreateFrame
local pairs = pairs
@@ -1924,4 +1925,4 @@ function _detalhes:CreateListPanel()
end
return _detalhes.ListPanel
end
end