From 47cdedefd45bec2b99a684f8c7f71692c2c86c52 Mon Sep 17 00:00:00 2001 From: mschill Date: Thu, 4 Dec 2025 10:41:37 -0500 Subject: [PATCH] B2025-064 PROMS clears the windows clipboard when closing PROMS with tabs open. --- PROMS/Volian.Controls.Library/StepTabRibbon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Controls.Library/StepTabRibbon.cs b/PROMS/Volian.Controls.Library/StepTabRibbon.cs index 87ce1980..08618d12 100644 --- a/PROMS/Volian.Controls.Library/StepTabRibbon.cs +++ b/PROMS/Volian.Controls.Library/StepTabRibbon.cs @@ -1667,7 +1667,7 @@ namespace Volian.Controls.Library } } Clipboard.Clear(); - Clipboard.SetDataObject(myDO); // this saves the cleaned up information to the Windows clipboard + Clipboard.SetDataObject(myDO, true); // this saves the cleaned up information to the Windows clipboard } iData = Clipboard.GetDataObject(); bool noEquationData = true;