Skip to content

Commit

Permalink
Added an extra mainframe size update when a layout is loaded to try t…
Browse files Browse the repository at this point in the history
…o alleviate github issue #249
  • Loading branch information
michaelnpsp committed Jul 9, 2024
1 parent 3ef2ade commit 81869e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GridLayout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ function Grid2Layout:LoadLayout(layoutName)
self:AddSpecialHeaders()
self:SetupMainFrame()
self:PlaceHeaders()
self:UpdateSize()
self:UpdateTextures()
self:UpdateColor()
self:UpdateVisibility()
Expand Down

0 comments on commit 81869e9

Please sign in to comment.