This commit is contained in:
@@ -7,6 +7,7 @@ using System.Windows.Forms;
|
||||
using VEPROMS.CSLA.Library;
|
||||
using System.Drawing;
|
||||
using System.Text.RegularExpressions;
|
||||
using Volian.Base.Library;
|
||||
|
||||
namespace Volian.Controls.Library
|
||||
{
|
||||
@@ -232,7 +233,7 @@ namespace Volian.Controls.Library
|
||||
private void SetupStepPanel()
|
||||
{
|
||||
this.BackColorChanged += new EventHandler(StepPanel_BackColorChanged);
|
||||
if (vlnStackTrace.DebugMode)
|
||||
if (VlnSettings.DebugMode)
|
||||
{
|
||||
_InactiveColor = Color.Linen;
|
||||
_TabColor = Color.Beige;
|
||||
|
Reference in New Issue
Block a user