Skip to content

Commit

Permalink
Fixed bank frame error when swapping to reagent bank.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidan committed May 21, 2023
1 parent 3cb25f6 commit acb1945
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions widgets/ContainerFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,9 @@ end

function containerProto:UpdateButtons()
if self.forceLayout then
if addon.atBank then
self:FullUpdate()
end
return
elseif not self:HasContentChanged() then
return
Expand Down

0 comments on commit acb1945

Please sign in to comment.