diff --git a/src/SharpIDE.Godot/Features/Search/SearchResultComponent.cs b/src/SharpIDE.Godot/Features/Search/SearchResultComponent.cs index d2def30..59ee0f9 100644 --- a/src/SharpIDE.Godot/Features/Search/SearchResultComponent.cs +++ b/src/SharpIDE.Godot/Features/Search/SearchResultComponent.cs @@ -8,17 +8,25 @@ public partial class SearchResultComponent : MarginContainer private Label _matchingLineLabel = null!; private Label _fileNameLabel = null!; private Label _lineNumberLabel = null!; + private Button _button = null!; public SearchResult Result { get; set; } = null!; public override void _Ready() { + _button = GetNode