Skip to content

Commit

Permalink
Fixed RecipeAuthor not being cleared properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-DeForrest-Reynolds committed Dec 3, 2023
1 parent 83f1410 commit 742ef6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Toolbox/Clearing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public void Clear_Times(GroupBox GroupBox)
public void Clear_Content_Boxes()
{
MF.RecipeName.Text = "";
MF.RecipeAuthor.Text = "";
Clear_Times(MF.PrepTime);
Clear_Times(MF.CookTime);
MF.TotalTimeValue.Text = "0 Days 0 Hours 0 Minutes";
Expand Down

0 comments on commit 742ef6c

Please sign in to comment.