Skip to content

Commit

Permalink
FModel v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
4sval committed May 21, 2023
1 parent b5e79ba commit 91eb123
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions FModel/FModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>FModel.ico</ApplicationIcon>
<Version>4.4.2.0</Version>
<AssemblyVersion>4.4.2.0</AssemblyVersion>
<FileVersion>4.4.2.0</FileVersion>
<Version>4.4.3.0</Version>
<AssemblyVersion>4.4.3.0</AssemblyVersion>
<FileVersion>4.4.3.0</FileVersion>
<IsPackable>false</IsPackable>
<IsPublishable>true</IsPublishable>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
Expand Down
1 change: 1 addition & 0 deletions FModel/ViewModels/TabControlViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ public void SetDocumentText(string text, bool save, bool updateUi)
{
Document ??= new TextDocument();
Document.Text = text;
Document.UndoStack.ClearAll();
if (save) SaveProperty(updateUi);
});
Expand Down

0 comments on commit 91eb123

Please sign in to comment.