Skip to content

Commit

Permalink
zarunbal#70 OK button in Highlighting and action trigger window
Browse files Browse the repository at this point in the history
  • Loading branch information
miltob committed Sep 10, 2018
1 parent b779950 commit 4399af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LogExpert/Dialogs/HilightDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ private void okButton_Click(object sender, EventArgs e)
private void AddButton_Click(object sender, EventArgs e)
{
AddNewEntry();
Dirty();
}

private void deleteButton_Click(object sender, EventArgs e)
Expand Down

0 comments on commit 4399af3

Please sign in to comment.