Skip to content

Commit

Permalink
Increment ChangesMade when making markers real (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmyers authored Jun 20, 2024
1 parent 91b4de3 commit 96dc332
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SolidGui/QuickFixer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ public void MakeInferedMarkersReal(List<string> markers)
foreach (SfmFieldModel field in record.Fields)
{
if(field.Inferred && markers.Contains(field.Marker))
{
field.Inferred = false;
ChangesMade++;
}

}
}
Expand Down

0 comments on commit 96dc332

Please sign in to comment.