From 52457bad6e2c2c4cfee424361a1abc3c12d764cd Mon Sep 17 00:00:00 2001 From: Kathy Date: Wed, 20 Oct 2010 16:53:59 +0000 Subject: [PATCH] --- PROMS/Volian.Controls.Library/StepRTB.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Controls.Library/StepRTB.cs b/PROMS/Volian.Controls.Library/StepRTB.cs index 15914326..5536038b 100644 --- a/PROMS/Volian.Controls.Library/StepRTB.cs +++ b/PROMS/Volian.Controls.Library/StepRTB.cs @@ -215,7 +215,7 @@ namespace Volian.Controls.Library Font = formatFont; else { - if (VlnSettings.DebugMode) + if (VlnSettings.DebugMode || VlnSettings.ProductionMode) Font = new Font(_MyFontFamily == null ? formatFont.FontFamily : _MyFontFamily, formatFont.Size, formatFont.Style); else Font = new Font("Bookman Old Style", formatFont.Size, formatFont.Style);