From b8498e8cefe95edc4a656142c2bfdcb70c70bd62 Mon Sep 17 00:00:00 2001 From: Sattva Date: Sun, 24 Sep 2023 13:46:58 +0300 Subject: [PATCH] Minimap - fix Fix bug after moving minimap: - Original place of minimap was not click-through after moving minimap. Credit to original author for fixing. --- Leatrix_Plus.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index ebbe0c2..db28c8c 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -3722,6 +3722,9 @@ end end + -- Disable mouse on invisible minimap cluster + MinimapCluster:EnableMouse(false) + ---------------------------------------------------------------------- -- Configuration panel ----------------------------------------------------------------------