Skip to content

Commit

Permalink
Added some comments for internal use.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnpsp committed Dec 10, 2020
1 parent 5197b67 commit 80ca90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Options/GridUtils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ do
image = icon, imageWidth = 34, imageHeight = 34, imageCoords = coords or titleCoords,
name = string.format(titleMask, title, subtitle),
desc = desc,
arg = arg, -- optional multipurpose argument
arg = arg, -- optional argument to inject action icons configuration, see Grid2Title widget in GridWidget.lua
}
end
end
Expand Down
2 changes: 1 addition & 1 deletion modules/IndicatorMultiBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ local function Bar_Update(self, parent, unit, status)
if self.backAnchor or bar.myMaxIndex>1 then
updates[bar] = true
end
else
else -- update due a layout or groupType change not from a status notifying a change
for i, status in ipairs(self.statuses) do
values[i] = status:GetPercent(unit) or 0
end
Expand Down

0 comments on commit 80ca90c

Please sign in to comment.