From 6251111d0a1f528010f90e3d36ccc6d5dcf469e7 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 20 Apr 2010 21:34:05 -0400 Subject: [PATCH] Disable the scrollbar if a filter is un-checked which prevents anything from being shown in the list. --- Frame.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Frame.lua b/Frame.lua index 5669242..07c7ad2 100644 --- a/Frame.lua +++ b/Frame.lua @@ -3209,6 +3209,7 @@ do -- disable expand button, it's useless here and would spam the same error again ExpandButton:SetNormalFontObject("GameFontDisableSmall") ExpandButton:Disable() + self.scroll_bar:Hide() local showpopup = false -- 1.7.9.5