mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-22 21:13:20 -05:00
Fix issue in text editor search box (double click)
This commit is contained in:
parent
e47f3d75b3
commit
85ca71d3ab
|
|
@ -21,6 +21,7 @@ namespace DSPRE.Editors
|
|||
public TextEditor()
|
||||
{
|
||||
InitializeComponent();
|
||||
this.textSearchResultsListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.textSearchResultsListBox_GoToEntryResult);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user