From d64ae1a2a55b95f89f8914b8d5035504dafc7054 Mon Sep 17 00:00:00 2001 From: Skiss Date: Mon, 1 Apr 2024 14:15:24 +0300 Subject: [PATCH] Refresh filters after moving to any item from populated list via double click --- OpenRPA/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRPA/MainWindow.xaml.cs b/OpenRPA/MainWindow.xaml.cs index f755f52a..161fe5e2 100644 --- a/OpenRPA/MainWindow.xaml.cs +++ b/OpenRPA/MainWindow.xaml.cs @@ -3695,6 +3695,7 @@ private void SearchBox_SelectionChanged(object sender, SelectionChangedEventArgs { item.designer.NavigateTo(item.originalitem); } + RobotInstance.instance.FilterText = SearchBox.Text; } catch (Exception ex) {