diff --git a/src/SharpIDE.Godot/Features/Search/SearchAllFiles/SearchAllFilesResultComponent.cs b/src/SharpIDE.Godot/Features/Search/SearchAllFiles/SearchAllFilesResultComponent.cs index d7306f8..c7e89e9 100644 --- a/src/SharpIDE.Godot/Features/Search/SearchAllFiles/SearchAllFilesResultComponent.cs +++ b/src/SharpIDE.Godot/Features/Search/SearchAllFiles/SearchAllFilesResultComponent.cs @@ -1,12 +1,14 @@ using Godot; using SharpIDE.Application.Features.Analysis; using SharpIDE.Application.Features.Search; +using SharpIDE.Godot.Features.SolutionExplorer; namespace SharpIDE.Godot.Features.Search.SearchAllFiles; public partial class SearchAllFilesResultComponent : MarginContainer { private TextureRect _textureRect = null!; + private TextureRect _overlayTextureRect = null!; private Label _fileNameLabel = null!; private Label _filePathLabel = null!; private Button _button = null!; @@ -21,6 +23,7 @@ public partial class SearchAllFilesResultComponent : MarginContainer { _button = GetNode