From 2d55e913a23ac04fdc58c5f4fd50068c631a18fb Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Fri, 28 Jul 2023 09:57:37 +0100 Subject: [PATCH] Fix visual bugs from yesterday's commits --- Bloxstrap/UI/Elements/Menu/Pages/BehaviourPage.xaml | 6 +++--- Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml.cs | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Bloxstrap/UI/Elements/Menu/Pages/BehaviourPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/BehaviourPage.xaml index bfc4e19..1e4b4aa 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/BehaviourPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/BehaviourPage.xaml @@ -87,10 +87,10 @@ diff --git a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml.cs b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml.cs index 4f77f3a..fec43ed 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml.cs +++ b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml.cs @@ -255,8 +255,7 @@ namespace Bloxstrap.UI.Elements.Menu.Pages App.FastFlags.SetValue(pair.Key, pair.Value); } - _searchFilter = ""; - ReloadList(); + ClearSearch(); } catch (Exception ex) {