From a59587c30852a6a102126b65ce7ffffaf9405d4f Mon Sep 17 00:00:00 2001 From: Danil Alexeev Date: Mon, 23 Jun 2025 21:46:03 +0300 Subject: [PATCH] GDScript: Fix double spaces for type hints when connecting signal --- modules/gdscript/gdscript_editor.cpp | 43 +++++++++++++++++----------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/modules/gdscript/gdscript_editor.cpp b/modules/gdscript/gdscript_editor.cpp index 1c507750f6..2ebf784dfa 100644 --- a/modules/gdscript/gdscript_editor.cpp +++ b/modules/gdscript/gdscript_editor.cpp @@ -81,11 +81,15 @@ bool GDScriptLanguage::is_using_templates() { Ref