Skip to content

Commit

Permalink
Copy parameters of log profile correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster620 committed Aug 30, 2022
1 parent 7fd4f0f commit c0c4628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ULogViewer/Logs/Profiles/LogProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public LogProfile(LogProfile template) : this(template.Application, LogProfileMa
this.sortDirection = template.sortDirection;
this.sortKey = template.sortKey;
this.timeSpanCultureInfoForReading = template.timeSpanCultureInfoForReading;
this.timeSpanCultureInfoForWriting = template.timeSpanCultureInfoForWriting;
this.timeSpanEncodingForReading = template.timeSpanEncodingForReading;
this.timeSpanFormatForDisplaying = template.timeSpanFormatForDisplaying;
this.timeSpanFormatForWriting = template.timeSpanFormatForWriting;
Expand Down

0 comments on commit c0c4628

Please sign in to comment.