Several bug fixes, visual updates on m+ panel, fixed m+ chart again, more updates for Breakdown Wndow
This commit is contained in:
@@ -740,6 +740,8 @@ local lazyChartUpdate = function(payload, iterationCount, maxIterations)
|
||||
fillLine:SetEndPoint("bottomleft", endX, 0)
|
||||
fillLine:SetDrawLayer("overlay", self.depth)
|
||||
fillLine:SetColorTexture(r, g, b, 0.15 + (self.depth/10))
|
||||
|
||||
fillLine:Show()
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -966,6 +968,12 @@ detailsFramework.ChartFrameMixin = {
|
||||
fillLineThickness = fillLineThickness,
|
||||
}
|
||||
|
||||
for i = #fillerLines_InUse, 1, -1 do
|
||||
local line = table.remove(fillerLines_InUse, i)
|
||||
fillerLines_InAvailable[#fillerLines_InAvailable+1] = line
|
||||
line:Hide()
|
||||
end
|
||||
|
||||
detailsFramework.Schedules.LazyExecute(lazyChartUpdate, payload)
|
||||
|
||||
self:ShowBackdropIndicators()
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
local dversion = 562
|
||||
local dversion = 563
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary(major, minor)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user