From 7fd8d442891cde39ca4f2128cdb9348541991334 Mon Sep 17 00:00:00 2001 From: Eric Mauser Date: Sat, 18 Jun 2016 12:06:01 +0200 Subject: [PATCH] make minimap panel movable --- modules/gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui.lua b/modules/gui.lua index 3314f4ec..69d6689e 100644 --- a/modules/gui.lua +++ b/modules/gui.lua @@ -82,7 +82,7 @@ pfUI:RegisterModule("gui", function () local movable = { pfUI.minimap, pfUI.chat.left, pfUI.chat.right, pfUI.uf.player, pfUI.uf.target, pfUI.uf.targettarget, pfUI.uf.pet, pfUI.bars.shapeshift, pfUI.bars.bottomleft, pfUI.bars.bottomright, - pfUI.bars.vertical, pfUI.bars.pet, pfUI.bars.bottom } + pfUI.bars.vertical, pfUI.bars.pet, pfUI.bars.bottom, pfUI.panel.minimap } if not pfUI.gitter then pfUI.gitter = CreateFrame("Frame", nil, UIParent)