This commit is contained in:
@@ -191,6 +191,8 @@ namespace Volian.Controls.Library
|
||||
#if(DEBUG)
|
||||
this.Paint += new PaintEventHandler(StepPanel_Paint);
|
||||
this.DoubleClick += new EventHandler(StepPanel_DoubleClick); // Toggles Vertical lines on and off
|
||||
#else
|
||||
this.BackColor = Color.White;
|
||||
#endif
|
||||
this.AutoScroll = true;
|
||||
}
|
||||
@@ -202,6 +204,8 @@ namespace Volian.Controls.Library
|
||||
#if(DEBUG)
|
||||
this.Paint += new PaintEventHandler(StepPanel_Paint); // Toggles Vertical lines on and off
|
||||
this.DoubleClick += new EventHandler(StepPanel_DoubleClick);
|
||||
#else
|
||||
this.BackColor = Color.White;
|
||||
#endif
|
||||
this.AutoScroll = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user