Clean up WeakAuras table and remove members that no one should touch
This commit is contained in:
@@ -928,8 +928,8 @@ local function modify(parent, region, data)
|
||||
self.updatedChildren[regionData] = true
|
||||
end
|
||||
end
|
||||
if childData and WeakAuras.clones[childID] then
|
||||
for cloneID, cloneRegion in pairs(WeakAuras.clones[childID]) do
|
||||
if childData and Private.clones[childID] then
|
||||
for cloneID, cloneRegion in pairs(Private.clones[childID]) do
|
||||
local regionData = createRegionData(childData, cloneRegion, childID, cloneID, dataIndex)
|
||||
if cloneRegion.toShow then
|
||||
tinsert(self.sortedChildren, regionData)
|
||||
@@ -1266,7 +1266,7 @@ local function modify(parent, region, data)
|
||||
self:Hide()
|
||||
end
|
||||
if WeakAuras.IsOptionsOpen() then
|
||||
WeakAuras.OptionsFrame().moversizer:ReAnchor()
|
||||
Private.OptionsFrame().moversizer:ReAnchor()
|
||||
end
|
||||
Private.StopProfileSystem("dynamicgroup")
|
||||
Private.StopProfileAura(data.id)
|
||||
|
||||
Reference in New Issue
Block a user