Skip to content

Commit 5086ba5

Browse files
committed
Fix bug causing asterisk to appear when a new file is created
1 parent c84189d commit 5086ba5

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
Binary file not shown.
0 Bytes
Binary file not shown.
-16.2 KB
Binary file not shown.
16.2 KB
Binary file not shown.

Text Editor Setup/Text Editor Setup-cache/part1/output-info.ini renamed to Text Editor Setup/Text Editor Setup-cache/part2/output-info.ini

1.42 KB
Binary file not shown.

Text Editor/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public static void QuickReplace(RichTextBox rtb, String word, String word2)
3030
private void menuItem2_Click(object sender, EventArgs e)
3131
{
3232
this.Text = "Untitled - Text Editor";
33-
this.Text = this.Text.Replace("*", "");
3433
path = string.Empty;
3534
mainEditor.Clear();
35+
this.Text = this.Text.Replace("*", "");
3636
}
3737

3838
private void menuItem3_Click(object sender, EventArgs e)

0 commit comments

Comments
 (0)