From caeead0bc098d812c86ced6f4c1a2370adca8861 Mon Sep 17 00:00:00 2001 From: mschill Date: Wed, 10 Dec 2025 14:49:45 -0500 Subject: [PATCH] C2025-060 When format is updated in PROMS, auto-update the format cache so it doesn't require exiting PROMS and going back in. --- PROMS/VEPROMS User Interface/frmVEPROMS.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PROMS/VEPROMS User Interface/frmVEPROMS.cs b/PROMS/VEPROMS User Interface/frmVEPROMS.cs index b4308c66..0d3e7556 100644 --- a/PROMS/VEPROMS User Interface/frmVEPROMS.cs +++ b/PROMS/VEPROMS User Interface/frmVEPROMS.cs @@ -5380,6 +5380,8 @@ namespace VEPROMS private void btnUpdateFormat_Click(object sender, EventArgs e) { UpdateFormats(null); + //C2025-060 When format is updated in PROMS, auto-update the format cache so it doesn't require exiting PROMS and going back in. + RefreshFormats(sender, null); } private void UpdateFormats(string mypath) -- 2.49.1