From b8110e9db32fa1e977cef3371da9ccaa7ef2d140 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 30 Mar 2026 00:13:24 +0200 Subject: [PATCH] Add `=` to text box separators --- Source/Engine/UI/GUI/Common/TextBoxBase.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Engine/UI/GUI/Common/TextBoxBase.cs b/Source/Engine/UI/GUI/Common/TextBoxBase.cs index 201e91c61..491fbcd94 100644 --- a/Source/Engine/UI/GUI/Common/TextBoxBase.cs +++ b/Source/Engine/UI/GUI/Common/TextBoxBase.cs @@ -42,6 +42,7 @@ namespace FlaxEngine.GUI '\\', '>', '<', + '=', }; ///