* Fixed a bug where Add -> Cancel -> Edit would throw an error (#153)
James Whitehead II [01-25-08 - 16:24]
* Fixed a bug where Add -> Cancel -> Edit would throw an error (#153)
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"] = {