From 630781d64eb736661661a26525fb03a1d36051df Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Sun, 15 Sep 2024 11:55:48 -0700 Subject: [PATCH] small ch3 change --- ElvUI/Core/StaticPopups.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ElvUI/Core/StaticPopups.lua b/ElvUI/Core/StaticPopups.lua index 8c982dc..ff643d0 100644 --- a/ElvUI/Core/StaticPopups.lua +++ b/ElvUI/Core/StaticPopups.lua @@ -554,7 +554,11 @@ function E:StaticPopup_GetLastVisible() -- wildcard and primary stat frame take same space as 1st popup window if not(lastFrame) then - lastFrame = WildCardUtil.GetVisibleDice() + if WildCardUtil.IsRapidRolling then + lastFrame = not WildCardUtil.IsRapidRolling() and WildCardUtil.GetVisibleDice() + else + lastFrame = WildCardUtil.GetVisibleDice() + end end if not(lastFrame) then