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

This commit is contained in:
Rich 2016-03-01 13:37:06 +00:00
parent 75574c405d
commit 967e856f0c

View File

@ -24,6 +24,7 @@ namespace VEPROMS
CurrentSettings();
cbPropGrid.Visible = VlnSettings.DebugMode;
btnGeneral.PerformClick();
groupPanel9.Visible = false;// Don't allow Separate Windows
_initializing = false;
}