mirror of
https://github.com/4sval/FModel.git
synced 2026-09-21 16:04:39 -05:00
FModel v4.4.3
This commit is contained in:
Submodule CUE4Parse updated: 52ca6a8e2b...2d5e2bdd35
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user