From 1a2ba866eba493b87512b9038e3d39d52e8794a3 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 26 Oct 2011 01:16:49 +0000
Subject: [PATCH] Always apply the ARS when Clear is pressed.

---
 src/sbbs3/userlist/SBBS_User_ListMain.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/userlist/SBBS_User_ListMain.cpp b/src/sbbs3/userlist/SBBS_User_ListMain.cpp
index 5f8c820130..e1d89b4e55 100644
--- a/src/sbbs3/userlist/SBBS_User_ListMain.cpp
+++ b/src/sbbs3/userlist/SBBS_User_ListMain.cpp
@@ -370,7 +370,7 @@ void SBBS_User_ListFrame::OnARSFilterText(wxCommandEvent& event)
 void SBBS_User_ListFrame::OnClearButtonClick(wxCommandEvent& event)
 {
     ARSFilter->SetValue(_(""));
-    OnARSFilterText(event);
+    applyARS();
 }
 
 void SBBS_User_ListFrame::OnUserListItemSelect(wxListEvent& event)
-- 
GitLab