From eba2be501e3cdfcb4fa46a65c55cb11fd09e2a75 Mon Sep 17 00:00:00 2001 From: Blitz54 Date: Tue, 11 Aug 2026 23:51:26 -0500 Subject: [PATCH] Change draw layer of calc popouts --- src/Classes/CalcSectionControl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Classes/CalcSectionControl.lua b/src/Classes/CalcSectionControl.lua index 35e6d2696a..39e17783fa 100644 --- a/src/Classes/CalcSectionControl.lua +++ b/src/Classes/CalcSectionControl.lua @@ -384,7 +384,7 @@ function CalcSectionClass:DrawOverlay(viewPort, inputEvents) local totalHeight = self:GetOverlayHeight() -- Ensure it's above most other controls - SetDrawLayer(12) + SetDrawLayer(10) -- Draw background SetDrawColor(0.08, 0.08, 0.08, 0.95)