From 77bbf8cb6b00ff0acb7c3f571910db5ae88aecfd Mon Sep 17 00:00:00 2001 From: shagu Date: Wed, 7 Dec 2016 20:12:27 +0100 Subject: [PATCH] gui: ask for reload after moving frames --- modules/gui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui.lua b/modules/gui.lua index 70817a3b..c8511be7 100644 --- a/modules/gui.lua +++ b/modules/gui.lua @@ -273,6 +273,7 @@ pfUI:RegisterModule("gui", function () pfUI_config.position[frame:GetName()]["xpos"] = xpos pfUI_config.position[frame:GetName()]["ypos"] = ypos + pfUI.gui.settingChanged = true end) if pfUI.gitter:IsShown() then