From b4771914a468569eb911420a67d527ebe54b4925 Mon Sep 17 00:00:00 2001 From: urnati Date: Wed, 12 Nov 2025 21:53:14 -0500 Subject: [PATCH] - Fix for Midbight 'secret value' error --- Titan/TitanTemplate.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Titan/TitanTemplate.lua b/Titan/TitanTemplate.lua index 078dcb0..0146d26 100644 --- a/Titan/TitanTemplate.lua +++ b/Titan/TitanTemplate.lua @@ -191,7 +191,9 @@ local function TitanTooltip_SetPanelTooltip(self, id, frame) if button then -- Adjust the Y offset as needed - local rel_y = self:GetTop() - frame:GetHeight() + local top = self:GetTop() + local hgt = frame:GetHeight() + local rel_y = top - hgt local pt = "" local rel_pt = "" if rel_y > 0 then -- 1.7.9.5