Skip to content

Commit ba35340

Browse files
committed
Fix bug carat not set when going to a line
1 parent 6812ee7 commit ba35340

File tree

1 file changed

+1
-1
lines changed
  • ScintillaNet_FindReplaceDialog/GoTo

1 file changed

+1
-1
lines changed

ScintillaNet_FindReplaceDialog/GoTo/GoTo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void ShowGoToDialog()
5454
//gd.ShowDialog();
5555
//gd.Show();
5656

57-
//_scintilla.Focus();
57+
_scintilla.Focus();
5858
}
5959

6060
#endregion Methods

0 commit comments

Comments
 (0)