From c3a292a82c0bb976943c6143b821f131e68ea553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 1 Jan 2023 18:09:17 +0000 Subject: [PATCH] Refresh file properties after save --- UVtools.WPF/MainWindow.axaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/UVtools.WPF/MainWindow.axaml.cs b/UVtools.WPF/MainWindow.axaml.cs index 747d1ec..e7b1c8b 100644 --- a/UVtools.WPF/MainWindow.axaml.cs +++ b/UVtools.WPF/MainWindow.axaml.cs @@ -1954,6 +1954,7 @@ public partial class MainWindow : WindowEx CanSave = false; UpdateTitle(); if(oldFile != SlicerFile.FileFullPath) AddRecentFile(SlicerFile.FileFullPath); + RefreshProperties(); // Some fields can change after encoding } return task;