mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
FModel v4.4.3
This commit is contained in:
parent
b5e79ba71c
commit
91eb123cc7
|
|
@ -1 +1 @@
|
|||
Subproject commit 52ca6a8e2bf0fb1110c4bf4c48c6909f09b6a33b
|
||||
Subproject commit 2d5e2bdd35db42759d8320076778737fcf9d53a2
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -260,6 +260,7 @@ public class TabItem : ViewModel
|
|||
{
|
||||
Document ??= new TextDocument();
|
||||
Document.Text = text;
|
||||
Document.UndoStack.ClearAll();
|
||||
|
||||
if (save) SaveProperty(updateUi);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user