This commit is contained in:
@@ -9,6 +9,7 @@ using System.Windows.Forms;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text.RegularExpressions;
|
||||
using VEPROMS.CSLA.Library;
|
||||
using Volian.Base.Library;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
@@ -208,7 +209,7 @@ namespace Volian.Controls.Library
|
||||
Font = formatFont;
|
||||
else
|
||||
{
|
||||
if (vlnStackTrace.DebugMode)
|
||||
if (VlnSettings.DebugMode)
|
||||
Font = new Font(_MyFontFamily == null ? formatFont.FontFamily : _MyFontFamily, formatFont.Size, formatFont.Style);
|
||||
else
|
||||
Font = new Font("Bookman Old Style", formatFont.Size, formatFont.Style);
|
||||
|
Reference in New Issue
Block a user