From 967e856f0cabb669cd1615535cc5994a0b802b7b Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 1 Mar 2016 13:37:06 +0000 Subject: [PATCH] B2015-230 - Remove System Option to open Enhanced Documents in a separate window. This temporarily fixes issues where opening enhanced Doucuments in a separate window was causing the code to crash --- PROMS/VEPROMS User Interface/frmSysOptions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PROMS/VEPROMS User Interface/frmSysOptions.cs b/PROMS/VEPROMS User Interface/frmSysOptions.cs index c33b5aee..c2ddeaf3 100644 --- a/PROMS/VEPROMS User Interface/frmSysOptions.cs +++ b/PROMS/VEPROMS User Interface/frmSysOptions.cs @@ -24,6 +24,7 @@ namespace VEPROMS CurrentSettings(); cbPropGrid.Visible = VlnSettings.DebugMode; btnGeneral.PerformClick(); + groupPanel9.Visible = false;// Don't allow Separate Windows _initializing = false; }