Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion GUI_Realtime.lua
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ function me:CreateRealtimeWindow(who, tracking, ending) -- Elsia: This function
theFrame.DragBottomLeft:SetPoint("BOTTOMLEFT", theFrame, "BOTTOMLEFT", 0, 0)
theFrame.DragBottomLeft:EnableMouse(true)
theFrame.DragBottomLeft:SetScript("OnMouseDown", function(this, button)
Recount:DPrint("y")
if (((not this:GetParent().isLocked) or (this:GetParent().isLocked == 0)) and (button == "LeftButton")) then
this:GetParent().isResizing = true
this:GetParent():StartSizing("BOTTOMLEFT")
Expand Down
2 changes: 1 addition & 1 deletion Tracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local tonumber = tonumber
local type = type
local unpack = unpack

local CombatLogGetCurrentEventInfo = CombatLogGetCurrentEventInfo
local CombatLogGetCurrentEventInfo = CombatLogGetCurrentEventInfo or (C_CombatLog and C_CombatLog.GetCurrentEventInfo)
local CreateFrame = CreateFrame
local DeclineName = DeclineName
local GetFramerate = GetFramerate
Expand Down