From 5eb0a7d75d8f271977896c5af3174381eb24e9f6 Mon Sep 17 00:00:00 2001 From: Ludovicus Date: Sat, 6 Jul 2019 14:14:03 -0400 Subject: [PATCH] Set TomTomBlock statum to MEDIUM to avoid it hiding behind everything. --- TomTom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom.lua b/TomTom.lua index 0fdcdbb..ea672cf 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -379,7 +379,7 @@ function TomTom:ShowHideCoordBlock() TomTomBlock:SetWidth(120) TomTomBlock:SetHeight(32) TomTomBlock:SetToplevel(1) - TomTomBlock:SetFrameStrata("LOW") + TomTomBlock:SetFrameStrata("MEDIUM") TomTomBlock:SetMovable(true) TomTomBlock:EnableMouse(true) TomTomBlock:SetClampedToScreen(true) -- 1.7.9.5