Fix issue in text editor search box (double click)

This commit is contained in:
Mixone-FinallyHere 2025-07-28 10:19:27 +02:00
parent e47f3d75b3
commit 85ca71d3ab

View File

@ -21,6 +21,7 @@ namespace DSPRE.Editors
public TextEditor()
{
InitializeComponent();
this.textSearchResultsListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.textSearchResultsListBox_GoToEntryResult);
}