update tooltip method return types

This commit is contained in:
Matt Parker
2025-10-12 23:19:30 +10:00
parent 3dd23d890b
commit 9eedd81656
6 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ namespace SharpIDE.Godot.Features.CodeEditor;
public static partial class SymbolInfoComponents
{
public static Control GetLocalVariableSymbolInfo(ILocalSymbol symbol)
public static RichTextLabel GetLocalVariableSymbolInfo(ILocalSymbol symbol)
{
var label = new RichTextLabel();
label.FitContent = true;