From 6a5c4341b98f3ce6f7bcf1208cf1630e854aa290 Mon Sep 17 00:00:00 2001 From: Ackis Date: Thu, 30 Oct 2008 19:57:52 +0000 Subject: [PATCH] Ackis Recipe List: - Make reset filters automatically redisplay - Dry-coded (Compiles with luac -p) --- ARLFrame.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ARLFrame.lua b/ARLFrame.lua index a861b5f..3b1350f 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -2683,6 +2683,9 @@ function addon.resetFilters() -- Hide the flyaway panel addon.Flyaway:Hide() + -- Reset the display + ReDisplay() + end -- Description: -- 1.7.9.5