Skip to content

Commit

Permalink
tone down some highlight updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 5, 2018
1 parent 3e45e24 commit faed128
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -228,6 +228,7 @@ local t =
InitCommand = function(self)
rtTable = nil
self:SetUpdateFunction(highlight)
self:SetUpdateFunctionInterval(0.025)
cheese = self
end,
BeginCommand = function(self)
Expand Down Expand Up @@ -704,6 +705,7 @@ function nestedTabButton(i)
InitCommand = function(self)
self:xy(frameX + offsetX + (i - 1) * (nestedTabButtonWidth - capWideScale(100, 80)), frameY + offsetY - 2)
self:SetUpdateFunction(highlight)
self:SetUpdateFunctionInterval(0.025)
end,
CollapseCommand = function(self)
self:visible(false)
Expand Down

0 comments on commit faed128

Please sign in to comment.