From 384c1b9a774a515f480cfe89f4f5f168b5b1e434 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Fri, 25 Jan 2008 16:24:48 +0000 Subject: [PATCH] * Fixed a bug where Add -> Cancel -> Edit would throw an error (#153) --- PerfectRaid_Frames.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PerfectRaid_Frames.lua b/PerfectRaid_Frames.lua index 907e2eb..e88e13e 100644 --- a/PerfectRaid_Frames.lua +++ b/PerfectRaid_Frames.lua @@ -694,6 +694,8 @@ function Frames:CancelEntry() self.options:FadeOut(PROptions_Frames_Edit) self.options:FadeIn(PROptions_Frames) + self.scrollframe.update() + self:EnableButtons() end StaticPopupDialogs["PR_FRAME_SAVE_ERROR"] = { -- 1.7.9.5