Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed May 24, 2021
2 parents 3355e55 + 9b89096 commit e3747dc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--> initialization stuff
local _

do
local _detalhes = _G._detalhes
Expand Down
4 changes: 3 additions & 1 deletion frames/window_macros.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -143,4 +145,4 @@ function Details.OpenMacrosWindow()
DetailsPluginContainerWindow.OpenPlugin (DetailsMacrosPanel)
DetailsMacrosPanel.MacroScrollbox:Refresh()
DetailsMacrosPanel:Show()
end
end
4 changes: 2 additions & 2 deletions frames/window_runcode.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

local Details = _G.Details
local DF = _G.DetailsFramework

local _
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- ~run ~runcode

Expand Down Expand Up @@ -186,4 +186,4 @@ function Details.OpenRunCodeWindow()

local code = Details.run_code [DetailsRunCodePanel.EditingCodeKey]
DetailsRunCodePanel.CodeEditor:SetText (code)
end
end
3 changes: 2 additions & 1 deletion frames/window_scrolldamage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
local Details = _G.Details
local DF = _G.DetailsFramework

local _

function Details:ScrollDamage()
if (not DetailsScrollDamage) then
Expand Down Expand Up @@ -268,4 +269,4 @@ targetDummieHandle:SetScript("OnEvent", function(_, _, unit)
end
end
end)
targetDummieHandle:RegisterEvent("PLAYER_TARGET_CHANGED")
targetDummieHandle:RegisterEvent("PLAYER_TARGET_CHANGED")
3 changes: 2 additions & 1 deletion functions/slash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

local _detalhes = _G._detalhes
local Loc = LibStub ("AceLocale-3.0"):GetLocale ( "Details" )
local _

local CreateFrame = CreateFrame
local pairs = pairs
Expand Down Expand Up @@ -1924,4 +1925,4 @@ function _detalhes:CreateListPanel()
end

return _detalhes.ListPanel
end
end

0 comments on commit e3747dc

Please sign in to comment.