Skip to content

Commit c6177f5

Browse files
committed
Fix rescaling elements box
1 parent 3291f93 commit c6177f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Components/Elements.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ end
247247

248248
function Elements:UpdateBoundaries()
249249
self:AdjustToChildren()
250-
return self:AdjustToChildren(8, 8)
250+
RunNextFrame(function() self:AdjustToChildren(8, 8) end)
251251
end
252252

253253
function Elements:Reset()

Immersion.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Interface: 11507, 50500, 110107
1+
## Interface: 11507, 50500, 110200
22
## IconTexture: Interface\AddOns\Immersion\Textures\Logo
33
## Title: Immersion
44
## Notes: Immersive replacement for quest & gossip
5-
## Version: 1.4.45
5+
## Version: 1.4.46
66

77
## Author: Sebastian Lindfors
88
## X-Website: https://github.com/seblindfors/Immersion

0 commit comments

Comments
 (0)