Skip to content

Commit 64178ee

Browse files
committed
Add the default constructor back to maintain backwards compatibly
1 parent ba35340 commit 64178ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ScintillaNet_FindReplaceDialog/GoTo/GoToDialog.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ public Scintilla Scintilla
139139
#endregion Properties
140140

141141
#region Constructors
142+
public GoToDialog()
143+
{
144+
InitializeComponent();
145+
_startingLineIndex = 0;
146+
}
142147

143148
public GoToDialog(int startingLineIndex)
144149
{

0 commit comments

Comments
 (0)