Skip to content

Commit

Permalink
Merge pull request #141 from SOFAgh/PCamNextStep
Browse files Browse the repository at this point in the history
Stream not closed, Selection highlight
  • Loading branch information
SOFAgh authored Apr 12, 2023
2 parents 730a798 + e5e87cf commit c9774b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion CADability/IShowProperty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ protected IShowPropertyImpl()
{
this.frame = null;
}

#region IShowProperty Members
/* So ist die Lösung um interface methoden nicht public machen zu müssen
* ist aber viel Schreibartbeit
Expand Down
1 change: 1 addition & 0 deletions CADability/Project.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@ internal static Project ReadFromFile(string FileName, bool useProgress)
{
res.fileName = FileName;
res.openedAsJson = true;
stream.Close();
return res;
}
}
Expand Down

0 comments on commit c9774b4

Please sign in to comment.